ToChartString()
<< Click to Display Table of Contents >> ToChartString() |
Returns a formatted string representing the ChartBars.Properties.Label property, BarsPeriod Value, and BarsPeriodType name.
Note: The property returned is dependent on a user configured Data Series property, and results may return differently than expected. See also Bars.ToChartString() for a return value which is not subject to user-defined variables. |
ChartBars.ToChartString()
A string value that represents the ChartBars label and configured bars period
This method does not accept any parameters
protected override void OnRender(ChartControl chartControl, ChartScale chartScale) |