Subcomponents object
Represents the market object and its properties for a (Live) LineChart object.
The Style (Property) of the Market (Object) returns the read only BqMarkerStyle constant group, which consists of the following values:
bqMarkerStyleCircle— 3
bqMarkerStyleDiamond—1
bqMarkerStyleNone—0
bqMarkerStyleRectangle—2
bqMarkerStyleTriangle— 4
This example shows how to return the marker style for a (Live) Line Chart object and write it to the Console window::
Console.Writeln(LineChart.Marker.Style)
None
Read only: Style as BqMarkerStyle
Read-write: Visible as Boolean
None