CustomBar2DModel Properties
The custom 2D Bar model.| Name | Description |
|---|---|
| CanFreeze | Gets a value that indicates whether the object can be made unmodifiable. Inherited from Freezable. |
| DependencyObjectType | Gets the DependencyObjectType that wraps the CLR type of this instance. Inherited from DependencyObject. |
| Dispatcher | Gets the Dispatcher this DispatcherObject is associated with. Inherited from DispatcherObject. |
| 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. |
| IsFrozen | Gets a value that indicates whether the object is currently modifiable. Inherited from Freezable. |
| IsSealed | Gets a value that indicates whether this instance is currently sealed (read-only). Inherited from DependencyObject. |
| 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. |
See Also