[]
Bar/column chart options.
public class BarColumnOptions : DependencyObject
| Name | Description |
|---|---|
| BarColumnOptions() |
| 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. |
| 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. |