[]
        
(Showing Draft Content)

C1.WPF.C1Chart.BarColumnOptions

BarColumnOptions Class

Bar/column chart options.

Inheritance
BarColumnOptions
Namespace: C1.WPF.C1Chart
Assembly: C1.WPF.C1Chart.4.6.2.dll
Syntax
public class BarColumnOptions : DependencyObject

Constructors

Name Description
BarColumnOptions()

Fields

Name Description
OriginProperty

Identifies the Origin dependency property.

RadiusXProperty

Identifies the RadiusX dependency property.

RadiusYProperty

Identifies the RadiusY dependency property.

SeriesOverlapProperty

Identifies the SeriesOverlap attached dependency property.

SizeProperty
StackGroupProperty

Identifies the StackGroup attached dependency property.

Methods

Name Description
GetOrigin(C1Chart)

Returns the value of the OriginProperty attached property for a specified chart.

GetRadiusX(C1Chart)

Returns the value of the RadiusXProperty attached property for a specified chart.

GetRadiusY(C1Chart)

Returns the value of the RadiusYProperty attached property for a specified chart.

GetSeriesOverlap(C1Chart)

Gets the bar/column series overlap for a specified chart.

GetSize(C1Chart)

Returns the value of the SizeProperty attached property for a specified chart. The BarColumnOptions.Size property specifies the size(column width or bar height) of elements for bar and column charts. The value of the property is relative to the available space e.g. when BarColumnOptions.Size the elements fill all available space on the plot.

GetStackGroup(DataSeries)

Returns the value of the StackGroupProperty attached property for a specified data series.

SetOrigin(C1Chart, double)

Sets the value of the OriginProperty attached property for a specified chart.

SetRadiusX(C1Chart, double)

Sets the value of the RadiusXProperty attached property for a specified chart.

SetRadiusY(C1Chart, double)

Sets the value of the RadiusYProperty attached property for a specified chart.

SetSeriesOverlap(C1Chart, double)

Sets the bar/column series overlap for a specified chart.

SetSize(C1Chart, double)

Sets the value of the SizeProperty attached property for a specified chart.

SetStackGroup(DataSeries, int)

Sets the value of the StackGroupProperty attached property for a specified chart.