ChartEntityStyleSet Property |
Contains appearance related settings.
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))]
public ChartStyle StyleSet { get; }
<TypeConverterAttribute(GetType(ExpandableObjectConverter))>
Public ReadOnly Property StyleSet As ChartStyle
Get
public:
[TypeConverterAttribute(typeof(ExpandableObjectConverter))]
property ChartStyle^ StyleSet {
ChartStyle^ get ();
}
[<TypeConverterAttribute(typeof(ExpandableObjectConverter))>]
member StyleSet : ChartStyle with get
Property Value
Type:
ChartStyleSee Also