CustomBar2DModel Members
The custom 2D Bar model.Constructors
| Name | Description |
|---|---|
| CustomBar2DModel() | Initializes a new instance of the CustomBar2DModel class with the default settings. |
Fields
| Name | Description |
|---|---|
| FlipNegativeBarsProperty static | Identifies the CustomBar2DModel.FlipNegativeBars dependency property. |
| InFrontOfAxesProperty static | Identifies the CustomBar2DModel.InFrontOfAxes dependency property. |
| OverlapBarsProperty static | Identifies the CustomBar2DModel.OverlapBars dependency property. |
| PointTemplateProperty static | Identifies the CustomBar2DModel.PointTemplate dependency property. |
Properties
| Name | Description |
|---|---|
| FlipNegativeBars | Specifies whether bars corresponding to negative values should be flipped (mirrored). This is a dependency property. |
| InFrontOfAxes | Specifies whether Bars are drawn in front, or behind the X-axis. This is a dependency property. |
| ModelName | Gets the name of the CustomBar2DModel. |
| OverlapBars | Specifies whether Bars should overlap when the custom model is defined for them. |
| PointTemplate | Specifies the point template for the Bar series’ custom model. This is a dependency property. |
| TypeNameSerializable | Gets the string value used to support serialization of the chart dependency object. Inherited from ChartDependencyObject. |
Methods
| Name | Description |
|---|---|
| GetPredefinedKinds() static | Returns the list of predefined models for a 2D bar series (e.g. Side-by-Side Bar). Inherited from Bar2DModel. |
Events
| Name | Description |
|---|---|
| PropertyChanged | Occurs every time any of the ChartDependencyObject class properties has changed its value. Inherited from ChartDependencyObject. |
See Also