SeriesStyleLabelAppearance Property |
Gets or sets the common settings for the series items labels
Namespace: Kettic.AspNet.Controls.ChartModel.StylesAssembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntax[PersistenceModeAttribute(PersistenceMode.InnerProperty)]
public SeriesPointLabelStyle LabelAppearance { get; }
<PersistenceModeAttribute(PersistenceMode.InnerProperty)>
Public ReadOnly Property LabelAppearance As SeriesPointLabelStyle
Get
public:
[PersistenceModeAttribute(PersistenceMode::InnerProperty)]
property SeriesPointLabelStyle^ LabelAppearance {
SeriesPointLabelStyle^ get ();
}
[<PersistenceModeAttribute(PersistenceMode.InnerProperty)>]
member LabelAppearance : SeriesPointLabelStyle with get
Property Value
Type:
SeriesPointLabelStyle
See Also