ChartEntityCaption Property |
Provides access to the title element of the chart.
Namespace: Kettic.AspNet.Controls.ChartModelAssembly: 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 ChartCaption Caption { get; }
<PersistenceModeAttribute(PersistenceMode.InnerProperty)>
<TypeConverterAttribute(GetType(ExpandableObjectConverter))>
Public ReadOnly Property Caption As ChartCaption
Get
public:
[PersistenceModeAttribute(PersistenceMode::InnerProperty)]
[TypeConverterAttribute(typeof(ExpandableObjectConverter))]
property ChartCaption^ Caption {
ChartCaption^ get ();
}
[<PersistenceModeAttribute(PersistenceMode.InnerProperty)>]
[<TypeConverterAttribute(typeof(ExpandableObjectConverter))>]
member Caption : ChartCaption with get
Property Value
Type:
ChartCaptionSee Also