ChartModel Properties
The chart model.| Name | Description |
|---|---|
| AllowAddChild | Gets or sets the value indicating whether a child model item can be added. Inherited from ChartElementModel. |
| AllowChangeVisibility | Gets or sets the value indicating whether changing the element visibility is allowed. Inherited from ChartElementModel. |
| AllowRemove | Gets or sets the value indicating whether removing an element is allowed. Inherited from ChartElementModel. |
| AnimationStartMode | Gets or sets the animation start mode. |
| AnnotationRepository | Returns the model of the annotation repository of the modeled chart. |
| Appearance | Gets or sets the model of the appearance of the modeled chart. |
| AppearanceName | Gets or sets the appearance name. |
| AutoLayout | Gets or sets the value indicating whether the chart layout should be calculated automatically. |
| BackColor | Gets or sets the value of the ChartControl.BackColor within the model. |
| BackImage | Returns the model of the background image of the modeled chart. |
| Border | Returns the model of the border of the modeled chart. |
| Breadcrumbs | Gets or sets the ChartControl.Breadcrumbs property value within the model. |
| CacheToMemory | Gets or sets a value indicating if the chart should cache its data to the system memory. |
| CalculatedFields | Gets or sets the ChartControl.CalculatedFields property within the ChartCalculatedFieldModel. |
| ChartAppearance | Gets or sets the appearance currently used. |
| ChartElement | Returns the modeled chart element. Inherited from ChartElementModel. |
| Children | Returns the list of child chart elements. Inherited from ChartElementModel. |
| CrosshairEnabled | Gets or sets the value specifying whether the Crosshair cursor is enabled. |
| CrosshairOptions | Returns the model of Crosshair cursor options of the modeled chart. |
| Diagram | Returns the model of the diagram of the modeled chart. |
| Element | Returns the chart element whose model is the current model object. Inherited from ChartElementModel. |
| EmptyChartText | Returns the model of the message shown when a chart is empty. |
| FillStyle | Returns the model of the fill style of the modeled chart. |
| IndicatorsPaletteName | Specifies the palette that is used to paint all indicators that exist in a chart control. |
| Legend | Returns the model of the default legend of the modeled chart. |
| Legends | Returns the model of the legends collection of the modeled chart. |
| OptionsPrint | Gets or sets the ChartControl.OptionsPrint property value within the model. |
| Padding | Gets or sets the model of the padding used by the modeled chart. |
| Palette | Gets or sets the chart palette currently used. |
| PaletteBaseColorNumber | Gets or sets the index of a color within the selected palette, which will be used as a base color to paint series points. |
| PaletteName | Gets or sets the name of currently used palette. |
| RightToLeft | Gets or sets a value indicating whether chart elements are aligned using right-to-left alignment. |
| SelectionMode | Gets or sets a value which specifies how the chart elements are selected. |
| Series | Returns the model of the series collection of the modeled chart. |
| SeriesDataMember | Gets or sets the name of the data field that contains names for automatically generated series. |
| SeriesSelectionMode | Gets or sets a value specifying how the series is selected in the chart control. |
| SeriesTemplate | Returns the ChartControl.SeriesTemplate property value within the model. |
| ShowInStructureControl | Gets or sets the value specifying whether the chart element should be shown in the Structure control of the Chart Designer. Inherited from ChartElementModel. |
| SmallChartText | Returns the model of the message shown when the chart size is too small to show its content. |
| Tag | Gets or sets the value of the ChartElement.Tag within the model. Inherited from ChartElementModel. |
| Titles | Returns the model of title collection of the modeled chart. |
| ToolTipEnabled | Gets or sets the value specifying whether the tooltips are enabled; |
| ToolTipOptions | Returns the model of the tooltip options of the modeled chart. |
See Also