TTMSFNCChartSerieXYValues Class
Configures the tick mark values, formatting, and smart labels for one axis direction of a series.
API unit family: TMSFNCChart
Inherits from: TPersistent
Syntax
TTMSFNCChartSerieXYValues = class(TPersistent)
Properties
| Name | Description |
|---|---|
| AutoUnits | When True, major unit intervals are calculated automatically from the data range. |
| MajorUnit | Interval between major axis tick marks and labels; used when AutoUnits is False. |
| MajorUnitFont | Font used to render major axis tick labels. |
| MajorUnitFormat | Format string applied to major tick labels; interpreted according to MajorUnitFormatType. |
| MajorUnitFormatType | Controls how the major unit value is formatted as a string. |
| MajorUnitSpacing | Minimum pixel distance between consecutive major tick labels. |
| MajorUnitTickMarkColor | Color of major tick marks. |
| MajorUnitTickMarkSize | Length in pixels of the major tick mark line extending from the axis edge. |
| MinorUnit | Interval between minor axis tick marks between each major interval. |
| MinorUnitFont | Font used to render minor axis tick labels. |
| MinorUnitFormat | Format string applied to minor tick labels; interpreted according to MinorUnitFormatType. |
| MinorUnitFormatType | Controls how the minor unit value is formatted as a string. |
| MinorUnitSpacing | Minimum pixel distance between consecutive minor tick labels. |
| MinorUnitTickMarkColor | Color of minor tick marks. |
| MinorUnitTickMarkSize | Length in pixels of the minor tick mark line. |
| SpiderValues | When True, values are displayed as labels on each spider chart spoke. |
| Title | Axis title label displayed alongside the tick values. |
Methods
| Name | Description |
|---|---|
| Chart | Returns the owning chart instance. |
| Serie | Returns the series associated with this settings object. |