Skip to main content
.NET 8.0+

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

IModelMemberPivotChartVisibility.IsVisibleInAnalysis Property

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

Namespace: DevExpress.ExpressApp.PivotChart

Assembly: DevExpress.ExpressApp.PivotChart.v24.2.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