CIMGridChartProperties Class Members
In This Topic
The following tables list the members exposed by CIMGridChartProperties.
Public Constructors
Public Properties
| Name | Description |
![Public Property](template/packages/core-dotnet/images/publicProperty.png) | Enabled |
Gets or sets a value indicating whether multi series chart properties are enabled.
(Inherited from ArcGIS.Core.CIM.CIMMultiSeriesChartProperties) |
![Public Property](template/packages/core-dotnet/images/publicProperty.png) | MiniChartsPerRow |
Gets or sets the number of mini charts per row of a grid chart.
|
![Public Property](template/packages/core-dotnet/images/publicProperty.png) | SelectedMiniChart |
Gets or sets the index of the selected mini chart.
|
![Public Property](template/packages/core-dotnet/images/publicProperty.png) | SelectionLineSymbolProperties |
Gets or sets the line symbol properties of the outline for the selected mini chart.
|
![Public Property](template/packages/core-dotnet/images/publicProperty.png) | ShowPreviewChart |
Gets or sets a value indicating whether to show a zoomed-in preview chart.
|
![Public Property](template/packages/core-dotnet/images/publicProperty.png) | UseSeriesMinMaxForAxisX |
Gets or sets a value indicating whether each mini chart will use corresponding series' minimum and maximum of x values for axis X.
If false it will use the combined series' minimum and maximum.
|
![Public Property](template/packages/core-dotnet/images/publicProperty.png) | UseSeriesMinMaxForAxisY |
Gets or sets a value indicating whether each mini chart will use corresponding series' minimum and maximum of y values for axis Y.
If false it will use the combined series' minimum and maximum.
|
Top
Public Methods
Public Events
See Also