dotnetCHARTING Send comments on this topic.
StandAlone Property
See Also 
dotnetCHARTING Namespace > JSDataGrid Class : StandAlone Property


Gets or sets a value that determines whether the data grid is shown by itself without a chart.

Syntax

Visual Basic (Declaration) 
Public Property StandAlone As Boolean
Visual Basic (Usage)Copy Code
Dim instance As JSDataGrid
Dim value As Boolean
 
instance.StandAlone = value
 
value = instance.StandAlone
C# 
public bool StandAlone {get; set;}

See Also

© 2021 All Rights Reserved.