AxisBorderLabelStyleSet Property |
Default style for all axis items
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)]
[TypeConverterAttribute(typeof(ExpandableObjectConverter))]
public virtual LabelStyle LabelStyleSet { get; }
<PersistenceModeAttribute(PersistenceMode.InnerProperty)>
<TypeConverterAttribute(GetType(ExpandableObjectConverter))>
Public Overridable ReadOnly Property LabelStyleSet As LabelStyle
Get
public:
[PersistenceModeAttribute(PersistenceMode::InnerProperty)]
[TypeConverterAttribute(typeof(ExpandableObjectConverter))]
virtual property LabelStyle^ LabelStyleSet {
LabelStyle^ get ();
}
[<PersistenceModeAttribute(PersistenceMode.InnerProperty)>]
[<TypeConverterAttribute(typeof(ExpandableObjectConverter))>]
abstract LabelStyleSet : LabelStyle with get
[<PersistenceModeAttribute(PersistenceMode.InnerProperty)>]
[<TypeConverterAttribute(typeof(ExpandableObjectConverter))>]
override LabelStyleSet : LabelStyle with get
Property Value
Type:
LabelStyle
See Also