PolarAxisXModel Properties
The PolarAxisX 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. |
| ChartElement | Returns the modeled chart element. Inherited from ChartElementModel. |
| Children | Returns the list of child chart elements. Inherited from ChartElementModel. |
| DateTimeScaleOptions | Gets or sets the model of date-time scale options of the modeled axis. Inherited from AxisBaseModel. |
| Element | Returns the chart element whose model is the current model object. Inherited from ChartElementModel. |
| GridLines | Gets or sets the model of gridline options of the modeled axis. Inherited from AxisBaseModel. |
| Interlaced | Gets or sets the value of the AxisBase.Interlaced within the model. Inherited from AxisBaseModel. |
| InterlacedColor | Gets or sets the value of the AxisBase.InterlacedColor within the model. Inherited from AxisBaseModel. |
| InterlacedFillStyle | Returns the model of the interlaced fill style of the modeled Radar or Polar axis. Inherited from RadarAxisModel. |
| Label | Returns the model of the label options of the modeled radar X-axis. Inherited from RadarAxisXModel. |
| Logarithmic | Hides the AxisBaseModel.LogarithmicBase property. |
| LogarithmicBase | Hides the AxisBaseModel.LogarithmicBase property. |
| MinorCount | Gets or sets the value of the AxisBase.MinorCount within the model Inherited from AxisBaseModel. |
| Name | Overrides the ChartElementNamedModel.Name property to hide it. Inherited from RadarAxisXModel. |
| NumericScaleOptions | Gets or sets the model of numeric scale options of the modeled axis. Inherited from AxisBaseModel. |
| QualitativeScaleOptions | Returns the model of QualitativeScaleOptions within the model of RadarAxisX. Inherited from RadarAxisXModel. |
| ScaleType | Returns the scale type of the modeled axis. Inherited from AxisBaseModel. |
| 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. |
| Tag | Gets or sets the value of the ChartElement.Tag within the model. Inherited from ChartElementModel. |
| TimeSpanScaleOptions | Gets or sets the AxisBase.TimeSpanScaleOptions property value within the model. Inherited from AxisBaseModel. |
| VisualRange | Overrides the AxisBaseModel.VisualRange property to hide it. |
| WholeRange | Overrides the AxisBaseModel.WholeRange property to hide it. |
See Also