ChartAxisYSegments Property |
Segments collection
Namespace: Kettic.AspNet.Controls.ChartModelAssembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntaxpublic ChartAxisSegmentCollection Segments { get; }
Public ReadOnly Property Segments As ChartAxisSegmentCollection
Get
public:
property ChartAxisSegmentCollection^ Segments {
ChartAxisSegmentCollection^ get ();
}
member Segments : ChartAxisSegmentCollection with get
Property Value
Type:
ChartAxisSegmentCollection
See Also