PersistentSeriesRenderingIntensityLayerTitle Property |
LightningChart .NET Help
Gets or sets layer title. This is a dependency property.
Namespace:
Arction.Wpf.ChartingMVVM.Views.ViewXY
Assembly:
Arction.Wpf.ChartingMVVM.LightningChart (in Arction.Wpf.ChartingMVVM.LightningChart.dll) Version: 10.3.1
Syntaxpublic LegendBoxItemTitle Title { get; set; }Public Property Title As LegendBoxItemTitle
Get
Set
public:
property LegendBoxItemTitle^ Title {
LegendBoxItemTitle^ get ();
void set (LegendBoxItemTitle^ value);
}Property Value
Type:
LegendBoxItemTitle
See Also