Click or drag to resize
INChartSizeAxisDataSource Interface
The INChartSizeAxisDataSource interface provides methods to control data on the size axis.

Namespace:  NChart3D_UWP
Assembly:  NChart3D_UWP (in NChart3D_UWP.dll)
Syntax
public interface INChartSizeAxisDataSource

The INChartSizeAxisDataSource type exposes the following members.

Methods
  NameDescription
Public methodMaxSize
Get maximal size of markers on the screen in pixels.
Public methodMaxValue
Get maximal value of markers' sizes. If no implementation is provided the maximal size is calculated according to the data.
Public methodMinSize
Get minimal size of markers on the screen in pixels.
Public methodMinValue
Get minimal value of markers' sizes. If no implementation is provided the minimal size is calculated according to the data.
Top
See Also