StiChart Class

Namespace: Stimulsoft.Report.Chart

Properties

Property Type Description
ChartInfoV1 StiChartInfoV1  
ChartInfoV2 StiChartInfoV2  
Core StiChartCoreXF  
CustomStyleName string  
EditorType StiChartEditorType?  
IsAnimation bool  
PreviousAnimations List<StiAnimation>  
Rotation StiImageRotation  
SortAnimation bool  

Methods

Method Returns Description
DrawChart (+1 overloads) void  
RenderAtEnd void  

Method Details

DrawChart

DrawChart(g: Graphics, rect: RectangleF, useMargins: bool, useBackground: bool): void

Parameters

  • g (Graphics)
  • rect (RectangleF)
  • useMargins (bool)
  • useBackground (bool)

DrawChart(g: Graphics, rect: RectangleF, useMargins: bool, useBackground: bool, zoom: double): void

Parameters

  • g (Graphics)
  • rect (RectangleF)
  • useMargins (bool)
  • useBackground (bool)
  • zoom (double)

RenderAtEnd

RenderAtEnd(): void