ComponentOne Chart for .NET (2.0) Search HelpCentral 

X-Y Axis Scatter Chart Using Symbols

The chart below demonstrates a Standard Scatter chart.

The properties for the Standard Scatter plot have the same settings for the line chart.

ChartType

Controls the style of the chart. Set this property to XYPlot to create a standard line chart.

LegendReversed

Determines the order in which the series entries of each ChartGroup appear in the legend. By setting this to False, the legend will be ordered by the default. If it is set to True, the order of the legend items will be reversed. In this sample, the LegendReversed property is set to False, however the Visible property is also set to False which means it will not be displayed at this time.

ShowOutline

Determines whether figures drawn should be outlined in the PlotArea ForeColor. In this case, we set this property equal to True.

Stacked

Determines whether the chart should stack the data. Set the Stacked property to False.

Use3D

Determines whether 3D effects are used for charting the data in the ChartGroup. In this example, this property will be set to False.

Visible

Determines whether the ChartGroup is visible. Set this property to True so that the chart data will be displayed in the plot area of the chart.

The only difference is that the LineStyle property is set to none in the SeriesList property of the ChartData class. You can remove the linestyles either by code.. To do this, set the LineStyle Property equal to None.

 


Send comments about this topic to ComponentOne.
Copyright © ComponentOne LLC. All rights reserved.