Skip to main content
A newer version of this page is available. .

IModelMemberPivotChartVisibility.IsVisibleInAnalysis Property

Indicates whether the property is available for configuring data in the pivot grid.

Namespace: DevExpress.ExpressApp.PivotChart

Assembly: DevExpress.ExpressApp.PivotChart.v19.1.dll

Declaration

bool IsVisibleInAnalysis { get; set; }

Property Value

Type Description
Boolean

true, if the property is available for configuring data in the pivot grid; otherwise, false.

Remarks

When creating an analysis (see Pivot Chart Module Overview), the type of the objects to be analyzed is set via the ObjectType property. After that, properties for which the IsVisibleInAnalysis property is set to true are made available for configuring data in the pivot grid.

See Also