Skip to content

IAppearance.AppearanceSubsriptions(WpfPlot, T) method

Defined in

Type: IAppearance Namespace: CrissCross.WPF.Plot Assembly: CrissCross.WPF.Plot.dll

Applies to

net10.0-windows10.0.19041, net9.0-windows10.0.19041, net8.0-windows10.0.19041, net481

void AppearanceSubsriptions<T>(WpfPlot plot, T plotable) where T : IHasLine, IHasMarker, IPlottable

Summary: Configures appearance-related subscriptions for the specified plottable on the given plot.

Type parameters

NameDescription
TThe type of the plottable to configure. Must implement IHasLine, IHasMarker, and IPlottable.

Parameters

NameTypeDescription
plotWpfPlotThe plot on which the appearance subscriptions will be configured.
plotableTThe plottable object whose appearance subscriptions are to be set up.