[Serializable]
public sealed enum MarksStyles : Enum , IComparable, IFormattable, IConvertible
Public Members
Member | Description |
---|---|
Value | Shows the point value. |
Percent | Shows the percent the point value represents. |
Label | Shows the associated Point Label. |
LabelPercent | Shows the point Label and the percent value the point represents. |
LabelValue | Shows the point Label and the point value. |
Legend | Shows whatever is shown at Chart Legend. |
PercentTotal | Shows the percent the point represents together with the "of" word and the sum of all points absolute values. |
LabelPercentTotal | Shows the point Label toghether with the resulting "PercentTotal" style. |
XValue | Shows the point XValue. |
XY | Shows the point XValue and YValue. |
SeriesTitle | Show the point Series Title. |
PointIndex | Show the point Index. |
PercentRelative | Show the point percent relative to first point value. |
LabelOrValue | Shows point value if label is empty. |
See Also
Steema.TeeChart.Styles Namespace