Enum EmptyPointStyle
Represents modes of displaying empty points.
Namespace: Syncfusion.UI.Xaml.Charts
Assembly: Syncfusion.SfChart.WPF.dll
Syntax
public enum EmptyPointStyle
Fields
Name | Description |
---|---|
Interior | The empty point segment resembles the shape of a normal segment. Fills the empty point segments with the color value specified in series EmptyPointInterior property. |
Symbol | The empty point segment resembles the shape of a symbol control. |
SymbolAndInterior | The empty point segment resembles the shape of a symbol control. Fills the symbol segments with the color value specified in series EmptyPointInterior property. |