ChartLabelStyleSet Property |
Link to visualization and design properties
Namespace: Kettic.AspNet.Controls.ChartModelAssembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntax[TypeConverterAttribute(typeof(ExpandableObjectConverter))]
[PersistenceModeAttribute(PersistenceMode.InnerProperty)]
public virtual LabelStyle StyleSet { get; }
<TypeConverterAttribute(GetType(ExpandableObjectConverter))>
<PersistenceModeAttribute(PersistenceMode.InnerProperty)>
Public Overridable ReadOnly Property StyleSet As LabelStyle
Get
public:
[TypeConverterAttribute(typeof(ExpandableObjectConverter))]
[PersistenceModeAttribute(PersistenceMode::InnerProperty)]
virtual property LabelStyle^ StyleSet {
LabelStyle^ get ();
}
[<TypeConverterAttribute(typeof(ExpandableObjectConverter))>]
[<PersistenceModeAttribute(PersistenceMode.InnerProperty)>]
abstract StyleSet : LabelStyle with get
[<TypeConverterAttribute(typeof(ExpandableObjectConverter))>]
[<PersistenceModeAttribute(PersistenceMode.InnerProperty)>]
override StyleSet : LabelStyle with get
Property Value
Type:
LabelStyle
See Also