Class OhlcMarks
Represents the vertical indicators of the financial (stock) series.
Inheritance
Namespace: Telerik.Reporting
Assembly: Telerik.Reporting.dll
Syntax
public class OhlcMarks
Properties
Close
Gets or sets an expression that defines the Close point for an OHLC data point in a CartesianCoordinateSystem
Declaration
public string Close { get; set; }
Property Value
System.String
|
High
Gets or sets an expression that defines the High point for an OHLC data point in a CartesianCoordinateSystem
Declaration
public string High { get; set; }
Property Value
System.String
|
Low
Gets or sets an expression that defines the Low point for an OHLC data point in a CartesianCoordinateSystem
Declaration
public string Low { get; set; }
Property Value
System.String
|
Open
Gets or sets an expression that defines the Open point for an OHLC data point in a CartesianCoordinateSystem
Declaration
public string Open { get; set; }
Property Value
System.String
|