ChartSeriesIsActiveRegion Property |
Gets or sets a boolean value indicates whether the region is active.
Namespace: Kettic.AspNet.Controls.ChartModelAssembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntaxpublic bool IsActiveRegion { get; }
Public ReadOnly Property IsActiveRegion As Boolean
Get
public:
property bool IsActiveRegion {
bool get ();
}
member IsActiveRegion : bool with get
Property Value
Type:
Boolean
See Also