프로퍼티 | 타입 | 설명 |
---|
메소드 | 설명 | |
---|---|---|
AddSmartLabelMarkerPositions ( CommonElements common, ChartArea area, Series series, ArrayList list ) : void |
Adds markers position to the list. Used to check SmartLabelStyle overlapping.
|
|
Dispose ( ) : void |
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
|
|
FastPointChart ( ) : System.Collections |
Default constructor
|
|
GetImage ( System.Windows.Forms.DataVisualization.Charting.ChartTypes.ChartTypeRegistry registry ) : |
Gets chart type image.
|
|
GetLegendImageStyle ( Series series ) : LegendImageStyle |
How to draw series/points in legend: Filled rectangle, Line or Marker
|
|
GetYValue ( CommonElements common, ChartArea area, Series series, DataPoint point, int pointIndex, int yValueIndex ) : double |
Helper function, which returns the Y value of the location.
|
|
Paint ( ChartGraphics graph, CommonElements common, ChartArea area, Series seriesToDraw ) : void |
Paint FastPoint Chart.
|
메소드 | 설명 | |
---|---|---|
Dispose ( bool disposing ) : void |
Releases unmanaged and - optionally - managed resources
|
|
DrawMarker ( ChartGraphics graph, DataPoint point, int pointIndex, PointF location, MarkerStyle markerStyle, int markerSize, Brush brush, Pen borderPen ) : void |
Draws a marker that represents a data point in FastPoint series.
|
public AddSmartLabelMarkerPositions ( CommonElements common, ChartArea area, Series series, ArrayList list ) : void | ||
common | CommonElements | Common chart elements. |
area | ChartArea | Chart area. |
series | Series | Series values to be used. |
list | ArrayList | List to add to. |
리턴 | void |
protected Dispose ( bool disposing ) : void | ||
disposing | bool | |
리턴 | void |
protected DrawMarker ( ChartGraphics graph, DataPoint point, int pointIndex, PointF location, MarkerStyle markerStyle, int markerSize, Brush brush, Pen borderPen ) : void | ||
graph | ChartGraphics | Chart graphics used to draw the marker. |
point | DataPoint | Series data point drawn. |
pointIndex | int | Data point index in the series. |
location | PointF | Marker location in pixels. |
markerStyle | MarkerStyle | Marker style. |
markerSize | int | Marker size in pixels. |
brush | Brush | Brush used to fill marker shape. |
borderPen | Pen | Marker border pen. |
리턴 | void |
public GetImage ( System.Windows.Forms.DataVisualization.Charting.ChartTypes.ChartTypeRegistry registry ) : |
||
registry | System.Windows.Forms.DataVisualization.Charting.ChartTypes.ChartTypeRegistry | Chart types registry object. |
리턴 |
public GetLegendImageStyle ( Series series ) : LegendImageStyle | ||
series | Series | Legend item series. |
리턴 | LegendImageStyle |
public GetYValue ( CommonElements common, ChartArea area, Series series, DataPoint point, int pointIndex, int yValueIndex ) : double | ||
common | CommonElements | Chart common elements. |
area | ChartArea | Chart area the series belongs to. |
series | Series | Sereis of the location. |
point | DataPoint | Point object. |
pointIndex | int | Index of the location. |
yValueIndex | int | Index of the Y value to get. |
리턴 | double |
public Paint ( ChartGraphics graph, CommonElements common, ChartArea area, Series seriesToDraw ) : void | ||
graph | ChartGraphics | The Chart Graphics object. |
common | CommonElements | The Common elements object. |
area | ChartArea | Chart area for this chart. |
seriesToDraw | Series | Chart series to draw. |
리턴 | void |