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.1.dll
NuGet Package: DevExpress.ExpressApp.PivotChart
Declaration
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