Click or drag to resize

BarViewOptions Class

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

Namespace: LightningChartLib.UWP.ChartingMVVM.Views.ViewXY
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 BarViewOptions : ChartNode

The BarViewOptions type exposes the following members.

Constructors
 NameDescription
Public methodBarViewOptions Constructor for Form editor.
Public methodBarViewOptions(IChartNode) Constructor.
Top
Properties
 NameDescription
Public propertyBarSpacing Gets or sets space between bars in same group, in pixels. This is a dependency property.
Public propertyGrouping Gets or sets grouping of the bars. This is a dependency property.
Public propertyIndexGroupingFitGroupDistance Gets or sets distance from bar group to bar group in pixels. This is a dependency property.
Public propertyIndexGroupingFitSideMargins Gets or sets distance from bar edge to graph edge in pixels. This is a dependency property. It is used on left and right sides.
Public propertyKeepBaseLevelAtAxisMinimum Keep base level in axis minimum.
Public propertyOrientation Gets or sets the orientation of bars (horizontal or vertical). This is a dependency property.
Public propertyStacking Gets or sets stacking of bars of different series, that have same index or X value. 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.
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 memberGroupingProperty Identifies the Grouping dependency property.
Public fieldStatic memberIndexGroupingFitGroupDistanceProperty Identifies the IndexGroupingFitGroupDistance dependency property.
Public fieldStatic memberIndexGroupingFitSideMarginsProperty Identifies the IndexGroupingFitSideMargins dependency property.
Public fieldStatic memberKeepBaseLevelAtAxisMinimumProperty Keep base level in axis minimum dependency property.
Public fieldStatic memberOrientationProperty Identifies the Orientation dependency property.
Public fieldStatic memberStackingProperty Identifies the Stacking dependency property.
Public fieldStatic memberStackSumProperty Identifies the StackSum dependency property.
Top
See Also