Click or drag to resize

BarViewOptions3D Class

LightningChart .NET Help
Bar view options
Inheritance Hierarchy
DependencyObject
  LightningChartLib.UWP.ChartingMVVMChartNode
    LightningChartLib.UWP.ChartingMVVM.Views.View3DBarViewOptions3D

Namespace: LightningChartLib.UWP.ChartingMVVM.Views.View3D
Assembly: LightningChart.UWP.ChartingMVVM (in LightningChart.UWP.ChartingMVVM.dll) Version: 11.0.1
XMLNS for XAML: Not mapped to an xmlns.
Syntax
[SerializableAttribute]
[TypeConverterAttribute(typeof(GeneralTypeConverter))]
public class BarViewOptions3D : ChartNode

The BarViewOptions3D type exposes the following members.

Constructors
 NameDescription
Public methodBarViewOptions3D Constructor, for serialization purposes
Public methodBarViewOptions3D(IChartNode) Constructor
Top
Properties
 NameDescription
Public propertyBarSpacing Gets or sets space between bars in same group as world values. This is a dependency property.
Public propertyIndexGroupingFitGroupDistance Gets or sets space between bar groups as world values, when grouping is fitted. This is a dependency property.
Public propertyIndexGroupingFitGroupSideMargins Gets or sets space between edge and nearest groups as world values, when grouping is fitted. This is a dependency property.
Public propertyStackSum Gets or sets stack sum. This is a dependency property. The series values amongst different series are stacked and stretched to make this sum.
Public propertyViewGrouping Gets or sets grouping series to view. This is a dependency property.
Top
Methods
 NameDescription
Public methodDispose Release all resources used by this instance.
(Inherited from ChartNode)
Public methodToString Convert class description to string
Top
Events
 NameDescription
Public eventValueChangedInternallyEvent Value has changed internally by chart or by user manipulation of chart object.
(Inherited from ChartNode)
Top
Fields
 NameDescription
Public fieldStatic memberBarSpacingProperty Identifies the BarSpacing dependency property.
Public fieldStatic memberIndexGroupingFitGroupDistanceProperty Identifies the IndexGroupingFitGroupDistance dependency property.
Public fieldStatic memberIndexGroupingFitGroupSideMarginsProperty Identifies the IndexGroupingFitGroupSideMargins dependency property.
Public fieldStatic memberStackSumProperty Identifies the StackSum dependency property.
Public fieldStatic memberViewGroupingProperty Identifies the ViewGrouping dependency property.
Top
See Also