Class BarViewOptions3D
- Namespace
- LightningChartLib.WinForms.Charting.Views.View3D
- Assembly
- LightningChart.WinForms.Charting.NET4.dll
Bar view options
[TypeConverter(typeof(ExpandableObjectConverter))]
public class BarViewOptions3D : ChartNode, IChartNode, IDisposable
- Inheritance
-
BarViewOptions3D
- Implements
- Inherited Members
Constructors
BarViewOptions3D()
Constructor, for serialization purposes
public BarViewOptions3D()
BarViewOptions3D(IChartNode)
Constructor
public BarViewOptions3D(IChartNode owner)
Parameters
ownerIChartNodeparam owner M:LightningChartLib.WinForms.Charting.Views.View3D.BarViewOptions3D.#ctor(LightningChartLib.WinForms.Charting.IChartNode)
Properties
BarSpacing
Space between bars in same group as world values.
public double BarSpacing { get; set; }
Property Value
IndexGroupingFitGroupDistance
Space between bar groups as world values, when grouping is fitted.
public double IndexGroupingFitGroupDistance { get; set; }
Property Value
IndexGroupingFitGroupSideMargins
Space between edge and nearest groups as world values, when grouping is fitted.
public double IndexGroupingFitGroupSideMargins { get; set; }
Property Value
StackSum
Stack sum. The series values amongst different series are stacked and stretched to make this sum.
public double StackSum { get; set; }
Property Value
Remarks
Effective only when Grouping is set to StackedStretchedToSum
ViewGrouping
Grouping series to view.
public BarViewGrouping3D ViewGrouping { get; set; }
Property Value
Methods
Dispose(bool)
Clean up any resources being used.
protected override void Dispose(bool disposing)
Parameters
disposingbooltrue if managed resources should be disposed, otherwise false.
ToString()
Convert class description to string
public override string ToString()
Returns
- string
String