BarSeries3DValueLabelSettings Property |
LightningChart .NET Help
Series value text display properties.
Namespace:
Arction.WinForms.Charting.Series3D
Assembly:
Arction.WinForms.Charting.LightningChart (in Arction.WinForms.Charting.LightningChart.dll) Version: 10.3.1
Syntaxpublic ValueTitle3DBar ValueLabelSettings { get; set; }Public Property ValueLabelSettings As ValueTitle3DBar
Get
Set
public:
property ValueTitle3DBar^ ValueLabelSettings {
ValueTitle3DBar^ get ();
void set (ValueTitle3DBar^ value);
}Property Value
Type:
ValueTitle3DBar
See Also