Click or drag to resize
NChartSizeAxis Class
The NChartSizeAxis class provides methods to scale the sizes of NChartMarker objects. The idea is to map the value of marker's size that is assumed to be in (MinValue maxValue) to the (MinSize MaxSize). For example if a particular marker has size 0.3555 MinValue = 0 MaxValue = 1 MinSize = 10 (pixels) and MaxSize = 100 (pixels) the actual size of the marker on the screen will be 42 pixels.
Inheritance Hierarchy
SystemObject
  NChart3D_UWPNChartSizeAxis

Namespace:  NChart3D_UWP
Assembly:  NChart3D_UWP (in NChart3D_UWP.dll)
Syntax
public sealed class NChartSizeAxis : INChartObject, 
	INChartAxis

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
Methods
  NameDescription
Public methodEquals (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Public methodToString (Inherited from Object.)
Top
See Also