ChartAxisMaxItemsCount Property |
Gets or sets maximal count of the axis items
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.Attribute)]
public int MaxItemsCount { get; set; }
<PersistenceModeAttribute(PersistenceMode.Attribute)>
Public Property MaxItemsCount As Integer
Get
Set
public:
[PersistenceModeAttribute(PersistenceMode::Attribute)]
property int MaxItemsCount {
int get ();
void set (int value);
}
[<PersistenceModeAttribute(PersistenceMode.Attribute)>]
member MaxItemsCount : int with get, set
Property Value
Type:
Int32
See Also