ClassOhlcMarks
Class
Represents the vertical indicators of the financial (stock) series.
Definition
Namespace:Telerik.Reporting
Assembly:Telerik.Reporting.dll
Syntax:
cs-api-definition
[TypeConverter(typeof(ExpandableObjectConverter))]
public class OhlcMarks
Inheritance: objectOhlcMarks
Properties
Close
Gets or sets an expression that defines the Close point for an OHLC data point in a CartesianCoordinateSystem
Declaration
cs-api-definition
public string Close { get; set; }
Property Value
string
High
Gets or sets an expression that defines the High point for an OHLC data point in a CartesianCoordinateSystem
Declaration
cs-api-definition
public string High { get; set; }
Property Value
string
Low
Gets or sets an expression that defines the Low point for an OHLC data point in a CartesianCoordinateSystem
Declaration
cs-api-definition
public string Low { get; set; }
Property Value
string
Open
Gets or sets an expression that defines the Open point for an OHLC data point in a CartesianCoordinateSystem
Declaration
cs-api-definition
public string Open { get; set; }
Property Value
string