NChartBarSeriesHostsOnSX Property |
Flag that determines if the series is hosted on the secondary X-axis. If true it will be drawn according to the
secondary X-axis if false according to the normal X-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 public bool HostsOnSX { get; set; }
Public Property HostsOnSX As Boolean
Get
Set
public:
virtual property bool HostsOnSX {
bool get () sealed;
void set (bool value) sealed;
}
Property Value
Type:
BooleanImplements
INChartSeriesHostsOnSXSee Also