Click or drag to resize
NChartSizeAxis Properties

The NChartSizeAxis type exposes the following members.

Properties
  NameDescription
Public propertyChart
Chart the object belongs to. This property is assigned automatically whenever the object is assigned to the chart.
Public propertyDataSource
Data source of the axis.
Public propertyMaxSize
Maximal size of the markers on the screen in pixels.
Public propertyMaxValue
Maximal value of the markers' sizes.
Public propertyMinSize
Minimal size of the markers on the screen in pixels.
Public propertyMinValue
Minimal value of the markers' sizes.
Public propertyShouldIgnoreZoom
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.
Public propertyVisible
Flag that determines if the object is visible (true) or not (false). The default value is true.
Top
See Also