Method | Description | |
---|---|---|
EndSegment ( int atIndex, |
Ends the segment.
|
|
GetPointView ( ChartPoint point, string label ) : IChartPointView |
Gets the view of a given point
|
|
OnSeriesUpdateStart ( ) : void |
This method runs when the update starts
|
|
StartSegment ( int atIndex, |
Starts the segment.
|
|
VerticalLineSeries ( ) : System |
Initializes an new instance of VerticalLineSeries class
|
|
VerticalLineSeries ( object configuration ) : System |
Initializes an new instance of VerticalLineSeries class, with a given mapper
|
Method | Description | |
---|---|---|
InitializeDefuaults ( ) : void |
public EndSegment ( int atIndex, |
||
atIndex | int | At index. |
location | The location. | |
return | void |
public GetPointView ( ChartPoint point, string label ) : IChartPointView | ||
point | ChartPoint | |
label | string | |
return | IChartPointView |
public StartSegment ( int atIndex, |
||
atIndex | int | At index. |
location | The location. | |
return | void |
public VerticalLineSeries ( object configuration ) : System | ||
configuration | object | |
return | System |