StiChartLegendLabelsValueType Property |
Gets or sets which type of information will be shown in legend.
Namespace:
Stimulsoft.Dashboard.Components.Chart
Assembly:
Stimulsoft.Dashboard (in Stimulsoft.Dashboard.dll) Version: 2019.3.1.0
Syntax [TypeConverterAttribute(typeof(StiChartSeriesLabelsValueTypeConverter))]
public virtual Nullable<StiSeriesLabelsValueType> ValueType { get; set; }
<TypeConverterAttribute(GetType(StiChartSeriesLabelsValueTypeConverter))>
Public Overridable Property ValueType As Nullable(Of StiSeriesLabelsValueType)
Get
Set
Property Value
Type:
NullableStiSeriesLabelsValueTypeSee Also