TTMSFNCChartSerieYValues Class
Configures y-axis tick values, label angle, and smart label placement for a series.
API unit family: TMSFNCChart
Inherits from: TTMSFNCChartSerieXYValues
Syntax
TTMSFNCChartSerieYValues = class(TTMSFNCChartSerieXYValues)
Properties
| Name | Description |
|---|---|
| Angle | Rotation angle in degrees applied to y-axis tick labels; 0 is horizontal. |
| AutoUnits | When True, major unit intervals are calculated automatically from the data range. (inherited from TTMSFNCChartSerieXYValues) |
| MajorUnit | Interval between major axis tick marks and labels; used when AutoUnits is False. (inherited from TTMSFNCChartSerieXYValues) |
| MajorUnitFont | Font used to render major axis tick labels. (inherited from TTMSFNCChartSerieXYValues) |
| MajorUnitFormat | Format string applied to major tick labels; interpreted according to MajorUnitFormatType. (inherited from TTMSFNCChartSerieXYValues) |
| MajorUnitFormatType | Controls how the major unit value is formatted as a string. (inherited from TTMSFNCChartSerieXYValues) |
| MajorUnitSpacing | Minimum pixel distance between consecutive major tick labels. (inherited from TTMSFNCChartSerieXYValues) |
| MajorUnitTickMarkColor | Color of major tick marks. (inherited from TTMSFNCChartSerieXYValues) |
| MajorUnitTickMarkSize | Length in pixels of the major tick mark line extending from the axis edge. (inherited from TTMSFNCChartSerieXYValues) |
| MinorUnit | Interval between minor axis tick marks between each major interval. (inherited from TTMSFNCChartSerieXYValues) |
| MinorUnitFont | Font used to render minor axis tick labels. (inherited from TTMSFNCChartSerieXYValues) |
| MinorUnitFormat | Format string applied to minor tick labels; interpreted according to MinorUnitFormatType. (inherited from TTMSFNCChartSerieXYValues) |
| MinorUnitFormatType | Controls how the minor unit value is formatted as a string. (inherited from TTMSFNCChartSerieXYValues) |
| MinorUnitSpacing | Minimum pixel distance between consecutive minor tick labels. (inherited from TTMSFNCChartSerieXYValues) |
| MinorUnitTickMarkColor | Color of minor tick marks. (inherited from TTMSFNCChartSerieXYValues) |
| MinorUnitTickMarkSize | Length in pixels of the minor tick mark line. (inherited from TTMSFNCChartSerieXYValues) |
| Positions | Which y-axis bands display the tick values for this series. |
| SmartLabels | Smart label settings that control automatic positioning when labels are dense. |
| SpiderValues | When True, values are displayed as labels on each spider chart spoke. (inherited from TTMSFNCChartSerieXYValues) |
| Title | Axis title label displayed alongside the tick values. (inherited from TTMSFNCChartSerieXYValues) |
Methods
| Name | Description |
|---|---|
| AssignSource | Copies settings from another persistent object. |
| Chart | Returns the owning chart instance. (inherited from TTMSFNCChartSerieXYValues) |
| Serie | Returns the series associated with this settings object. (inherited from TTMSFNCChartSerieXYValues) |