FiguresCollectionFigures Property |
Gets list of figures
Namespace: Kettic.AspNet.Controls.ChartModel.StylesAssembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntaxpublic List<string> Figures { get; }
Public ReadOnly Property Figures As List(Of String)
Get
public:
property List<String^>^ Figures {
List<String^>^ get ();
}
member Figures : List<string> with get
Property Value
Type:
ListString
See Also