Back to Devexpress

ChartControlSettings.ClientVisible Property

aspnetmvc-devexpress-dot-web-dot-mvc-dot-chartcontrolsettings-bc0d1983.md

latest1.6 KB
Original Source

ChartControlSettings.ClientVisible Property

Gets or sets a value that specifies the initial visibility state of a Chart on the client.

Namespace : DevExpress.Web.Mvc

Assembly : DevExpress.Web.Mvc5.v25.2.dll

NuGet Package : DevExpress.Web.Mvc5

Declaration

csharp
public bool ClientVisible { get; set; }
vb
Public Property ClientVisible As Boolean

Property Value

TypeDescription
Boolean

true to make a Chart initially displayed; false to render it on the web page, but make it initially hidden on the client.

|

Remarks

Use the ClientVisible property to define a Chart’s initial visibility state. The Chart’s visibility can then be dynamically changed on the client side using the ASPxClientControlBase.SetVisible method.

See Also

SetVisible(visible)

GetVisible

ChartControlSettings Class

ChartControlSettings Members

DevExpress.Web.Mvc Namespace