EmptyPointOptions Members
Contains options related to empty points.Constructors
| Name | Description |
|---|---|
| EmptyPointOptions() | Initializes a new instance of the EmptyPointOptions class. |
Fields
| Name | Description |
|---|---|
| BrushProperty static | Identifies the Brush dependency property. |
| ProcessPointsProperty static | Identifies the ProcessPoints dependency property. |
Properties
| Name | Description |
|---|---|
| Brush | Gets or sets the brush that is used to paint empty points. |
| ProcessPoints | Specifies how the chart control handles empty series points. |
| TypeNameSerializable | Gets the string value used to support serialization of the chart dependency object. Inherited from ChartDependencyObject. |
Events
| Name | Description |
|---|---|
| PropertyChanged | Occurs every time any of the ChartDependencyObject class properties has changed its value. Inherited from ChartDependencyObject. |
See Also