IsStatic Property (IChartMember)
In This Topic
Gets a value indicating whether the chart member corresponds to a database field or a regular member corresponding to a value for a field.
Syntax
'Declaration
ReadOnly Property IsStatic As Boolean
Property Value
A
System.Boolean value.
true
if the chart member is static; otherwise,
false
.
See Also