Supported Properties
Posted by Admin - on 25 March 2014 11:20 AM
|
For now SciChart supports
list of common used properties which can be serialized but you can additional
properties by overriding next methods:
-
public
virtual void ReadXml(XmlReader reader);
-
public
virtual void WriteXml(XmlWriter writer);
More details how to do
this you can find in tutorial “Adding new properties to serialize”.
Here is the list of current supported properties which can
be serialized.
SciChartSurface
properties
For now SciChart supports
serialization of such SciChartSurface properties:
Annotation properties
Common properties for all annotation types:
Additional properties:
Modifiers properties
Common properties for all modifier types:
Additional properties
RenderableSeries
properties
Common properties for all renderable series:
Additional properties:
-
FastLineRenderableSeries - DrawNaNAs, IsDigitalLine;
-
FastOhlcRenderableSeries - UpWickColor, DownWickColor, DataPointWidth;
-
FastBandRenderableSeries - IsDigitalLine, Series1Color, BandDownColor, BandUpColor;
-
FastBoxPlotRenderableSeries - DataPointWidth, BodyBrush;
-
FastBubbleRenderableSeries - AutoZRange, ZScaleFactor, BubbleColor;
-
BaseColumnRenderableSeries - FillBrush, FillBrushMappingMode, UseUniformWidth, DataPointWidth;
-
StackedColumnRenderableSeries - StackedGroupId;
-
BaseMountainRenderableSeries - IsDigitalLine, AreaBrush;
-
StackedMountainRenderableSeries -
StackedGroupId;
-
FastCandlestickRenderableSeries - UpWickColor, DownWickColor, DataPointWidth,UpBodyBrush,DownBodyBrush;
-
FastErrorBarsRenderableSeries - DataPointWidth.
Axis properties
Common properties for all axes:
|
(1 vote(s))
 Helpful  Not helpful
|