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
| Name | Description |
|---|---|
T | The type of the plottable to configure. Must implement IHasLine, IHasMarker, and IPlottable. |
Parameters
| Name | Type | Description |
|---|---|---|
plot | WpfPlot | The plot on which the appearance subscriptions will be configured. |
plotable | T | The plottable object whose appearance subscriptions are to be set up. |