Class EmptyPointStyle
Represents modes of displaying empty points.
Inheritance
System.Object
EmptyPointStyle
Namespace: Syncfusion.UI.Xaml.Charts
Assembly: Syncfusion.SfChart.UWP.dll
Syntax
public sealed class EmptyPointStyle : Enum
Fields
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.
Declaration
public const EmptyPointStyle Interior
Field Value
Type |
---|
EmptyPointStyle |
Symbol
The empty point segment resembles the shape of a symbol control.
Declaration
public const EmptyPointStyle Symbol
Field Value
Type |
---|
EmptyPointStyle |
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.
Declaration
public const EmptyPointStyle SymbolAndInterior
Field Value
Type |
---|
EmptyPointStyle |