Describes the possible values of the Style property.
[Serializable]
public sealed enum MarksStyles : Enum , IComparable, IFormattable, IConvertible

Public Members

MemberDescription
ValueShows the point value.
PercentShows the percent the point value represents.
LabelShows the associated Point Label.
LabelPercentShows the point Label and the percent value the point represents.
LabelValueShows the point Label and the point value.
LegendShows whatever is shown at Chart Legend.
PercentTotalShows the percent the point represents together with the "of" word and the sum of all points absolute values.
LabelPercentTotalShows the point Label toghether with the resulting "PercentTotal" style.
XValueShows the point XValue.
XYShows the point XValue and YValue.
SeriesTitleShow the point Series Title.
PointIndexShow the point Index.
PercentRelativeShow the point percent relative to first point value.
LabelOrValueShows point value if label is empty.

See Also

Steema.TeeChart.Styles Namespace