INChartSeriesHostsOnSY Property |
Flag that determines if the series is hosted on the secondary Y-axis. If true it will be drawn according to the
secondary Y-axis if false according to the normal Y-axis. The secondary axis appears opposite the normal axis and is
managed separately: it can have its own min and max; its own color settings and so on.
Namespace:
NChart3D_UWP
Assembly:
NChart3D_UWP (in NChart3D_UWP.dll)
Syntax bool HostsOnSY { get; set; }
Property HostsOnSY As Boolean
Get
Set
property bool HostsOnSY {
bool get ();
void set (bool value);
}
Property Value
Type:
BooleanSee Also