Enum ChartMarkerFormatRecord.TMarker
Type of marker.
Namespace: Syncfusion.XlsIO.Parser.Biff_Records.Charts
Assembly: Syncfusion.XlsIO.Base.dll
Syntax
public enum TMarker
Fields
Name | Description |
---|---|
Circle | Represents the Circle marker type. |
Diamond | Represents the Diamond marker type. |
DowJones | Represents the DowJones marker type. |
NoMarker | Represents the NoMarker marker type. |
PlusSign | Represents the PlusSign marker type. |
Square | Represents the Square marker type. |
StandardDeviation | Represents the StandardDeviation marker type. |
Star | Represents the Star marker type. |
Triangle | Represents the Triangle marker type. |
X | Represents the X marker type. |