PlotSeriesShowOnY2Axis Property |
Gets or sets a value indicating whether the series is shown on the Y2 axis instead of the Y1 axis.
Namespace: RelaxIS_SDK.ProgramInterface.PlottingAssembly: RelaxIS SDK (in RelaxIS SDK.dll) Version: 3.0.24.6
Syntaxpublic bool ShowOnY2Axis { get; set; }
Public Property ShowOnY2Axis As Boolean
Get
Set
Dim instance As PlotSeries
Dim value As Boolean
value = instance.ShowOnY2Axis
instance.ShowOnY2Axis = value
Property Value
Boolean
See Also