INChartSizeAxisDataSource Interface |
Namespace: NChart3D_UWP
The INChartSizeAxisDataSource type exposes the following members.
Name | Description | |
---|---|---|
![]() | MaxSize |
Get maximal size of markers on the screen in pixels.
|
![]() | MaxValue |
Get maximal value of markers' sizes. If no implementation is provided the maximal size is calculated according to
the data.
|
![]() | MinSize |
Get minimal size of markers on the screen in pixels.
|
![]() | MinValue |
Get minimal value of markers' sizes. If no implementation is provided the minimal size is calculated according to
the data.
|