Table of Contents

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

owner IChartNode
param 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

double

IndexGroupingFitGroupDistance

Space between bar groups as world values, when grouping is fitted.

public double IndexGroupingFitGroupDistance { get; set; }

Property Value

double

IndexGroupingFitGroupSideMargins

Space between edge and nearest groups as world values, when grouping is fitted.

public double IndexGroupingFitGroupSideMargins { get; set; }

Property Value

double

StackSum

Stack sum. The series values amongst different series are stacked and stretched to make this sum.

public double StackSum { get; set; }

Property Value

double

Remarks

Effective only when Grouping is set to StackedStretchedToSum

ViewGrouping

Grouping series to view.

public BarViewGrouping3D ViewGrouping { get; set; }

Property Value

BarViewGrouping3D

Methods

Dispose(bool)

Clean up any resources being used.

protected override void Dispose(bool disposing)

Parameters

disposing bool

true if managed resources should be disposed, otherwise false.

ToString()

Convert class description to string

public override string ToString()

Returns

string

String