ChartLabelBaseVisible Property |
Gets and sets a boolean value indicates the label's visibility
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 virtual bool Visible { get; set; }
<PersistenceModeAttribute(PersistenceMode.Attribute)>
Public Overridable Property Visible As Boolean
Get
Set
public:
[PersistenceModeAttribute(PersistenceMode::Attribute)]
virtual property bool Visible {
bool get ();
void set (bool value);
}
[<PersistenceModeAttribute(PersistenceMode.Attribute)>]
abstract Visible : bool with get, set
[<PersistenceModeAttribute(PersistenceMode.Attribute)>]
override Visible : bool with get, set
Property Value
Type:
BooleanVisible label or not
See Also