Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+
  • The page you are viewing does not exist in the .NET Standard 2.0+ platform documentation. This link will take you to the parent topic of the current section.
  • The page you are viewing does not exist in the .NET Core 3.0+ platform documentation. This link will take you to the parent topic of the current section.

IModelMemberPivotChartVisibility.IsVisibleInAnalysis Property

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

Namespace: DevExpress.ExpressApp.PivotChart

Assembly: DevExpress.ExpressApp.PivotChart.v20.2.dll

NuGet Package: DevExpress.ExpressApp.PivotChart

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