New to Telerik ReportingStart a free 30-day trial

Represents the vertical indicators of the financial (stock) series.

Definition

Namespace:Telerik.Reporting

Assembly:Telerik.Reporting.dll

Syntax:

C#
[TypeConverter(typeof(ExpandableObjectConverter))]
public class OhlcMarks

Inheritance: objectOhlcMarks

Properties

Close

string

Gets or sets an expression that defines the Close point for an OHLC data point in a CartesianCoordinateSystem

C#
public string Close { get; set; }

High

string

Gets or sets an expression that defines the High point for an OHLC data point in a CartesianCoordinateSystem

C#
public string High { get; set; }

Low

string

Gets or sets an expression that defines the Low point for an OHLC data point in a CartesianCoordinateSystem

C#
public string Low { get; set; }

Open

string

Gets or sets an expression that defines the Open point for an OHLC data point in a CartesianCoordinateSystem

C#
public string Open { get; set; }
In this article
DefinitionPropertiesCloseHighLowOpen
Not finding the help you need?
Contact Support