NChartSizeAxis Properties |
The NChartSizeAxis type exposes the following members.
Name | Description | |
---|---|---|
Chart |
Chart the object belongs to.
This property is assigned automatically whenever the object is assigned to the chart.
| |
DataSource |
Data source of the axis.
| |
MaxSize |
Maximal size of the markers on the screen in pixels.
| |
MaxValue |
Maximal value of the markers' sizes.
| |
MinSize |
Minimal size of the markers on the screen in pixels.
| |
MinValue |
Minimal value of the markers' sizes.
| |
ShouldIgnoreZoom |
Flag determiming if markers should ignore chart's zoom (true) or not (false). The default value is false.
If this flag is set to true, markers are not zoomed with the chart and remain in their size
(value of their Size property).
Otherwise, size of markers corresponds to their Size property when zoom is 1.0 only.
| |
Visible |
Flag that determines if the object is visible (true) or not (false). The default value is true.
|