AdjoinBars
|
Set True to force bar charts to draw bars with no gaps between bars. We mostly added this feature to draw colormap type charts. Colormaps can be built with a stacked bar chart with many subsets, points and AdjoinBars = True.
|
Allow
|
Properties controlling whether specific plotting methods will be available.
|
AutoStatSubsets
|
Defines automatic statistical subsets to be appended to control. Use enumeration Enums.AutoStatSubsets.
|
ComparisonSubsets
|
Gets and Sets the quantity of subsets at end of subset range to be plotted in a secondary plotting method. Used to mix plotting methods such as bars and lines. See help for more info.
|
DataShadows
|
Gets or Sets whether shadows or 3D effects are used on bars, points, and other graphics.
|
MarkDataPoints
|
Gets or Sets whether datapoints are annotated with a small dot.
|
Method
|
Gets or Sets the style of chart, Line, Bar, Area, Point, etc.
|
MethodII
|
Gets or Sets the comparison style of chart, Line, Point, etc. produced from the use of ComparisonSubsets or RYAxisComparisonSubsets.
|
Methods
|
Gets and Sets the plotting style associated with zero based subset indices. Used to control plotting style on a per subset basis.
|
Option
|
Properties providing general control over plotting method optional features.
|
PointHatch
|
Gets and Sets the hatch type associated with zero based subset and point index. Used to control hatching on a per Bar basis. The color of hatch foreground is controlled with Color.PointColors. The hatch background color is controlled with Color.HatchBackColor.
|
PointSize
|
Gets or Sets the point size when Plot.Method is set to include point graphics. See Also: Plot.Option.MinimumPointSize
|
PointTypes
|
Gets and Sets data point types on a per-point basis. To change point types per subset use Plot.SubsetPointTypes. To control per subset use of this property, set Plot.SubsetForPointTypes.
|
RYAxisComparisonSubsets
|
Gets and Sets the quantity of subsets at end of subset range to be plotted in a secondary plotting method with respect to right y axis. Used to mix plotting methods such as bars and lines. See help for more info.
|
SpecificPlotMode
|
Gets or Sets the multi subset style (OpenHighLowClose, CandleStick, HighLowBar) when Plot.Method is set to SpecificPlotMode.
|
SubsetForPointColors
|
This property will determine which subset indices will use Plot.PointColors and which will use the default color defined with the Plot.SubsetColors property.
|
SubsetForPointTypes
|
This property will determine which subset indices will use Plot.PointTypes and which will use the default type defined with the Plot.SubsetPointTypes property.
|
SubsetHatch
|
Gets and Sets the hatch type associated with zero based subset indices. Hatching is possible with bars, areas, and pie chart slices. The color of hatch foreground is controlled with Color.SubsetColors. The hatch background color is controlled with Color.HatchBackColor.
|
SubsetLineTypes
|
Gets and Sets the line styles associated with zero based subset indices.
|
SubsetPointTypes
|
Gets and Sets the point styles associated with zero based subset indices.
|
ZoomWindow
|
Properties controlling zoom window shown below chart upon zooming chart.
|