PersistentSeriesRenderingIntensityLayerLegendBoxValueType Property |
LightningChart .NET Help
Gets or sets value type: time, numeric or coordinates. Affects legend box value formatting. 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
Syntax[DefaultValueAttribute(typeof(AxisValueType), "Number")]
public AxisValueType LegendBoxValueType { get; set; }<DefaultValueAttribute(GetType(AxisValueType), "Number")>
Public Property LegendBoxValueType As AxisValueType
Get
Set
public:
[DefaultValueAttribute(typeof(AxisValueType), L"Number")]
property AxisValueType LegendBoxValueType {
AxisValueType get ();
void set (AxisValueType value);
}Property Value
Type:
AxisValueType
See Also