Version

Search Results

SavePreset Method (UltraChart)

Saves preset to file path. Overload List

SaveTo(Stream,ImageFormat) Method

Saves the current chart image to a stream using the specified image format. Syntax Parameters stream The Stream being used to save the image.imageType The file format of the image, specified using ImageType enum. Remarks This method saves the current chart image to a stream. Example

SaveTo(Stream,ImageFormat,Size,SizeF,Boolean) Method

Syntax Parameters stream format imageSize resolution autoScaleExtents

SaveTo(Stream,RenderingType) Method

Saves the chart to the given stream using the specified RenderingType. Syntax Parameters stream The stream to save the chart to.renderingType The RenderingType to save to.

SaveTo(String,ImageFormat) Method

Syntax Parameters filePath The full path and filename of the image that is being saved. The stream is kept open and it is up to application calling this method to close it.imageType The file format of the image, specified using ImageType enum. Remarks This method saves the current chart image to a local file on th...

SaveTo Method

Saves the chart to the given stream using the specified RenderingType. Overload List

ScaleSize(SizeF) Method

Returns the scaled size of the control at the target resolution, based on the controls current resolution, expressed in DPI (dots per inch). Syntax Parameters targetDpi The resolution, expressed in dots per inch, for which to calculate the size. Return Value A Size struct describing the controls size at the specif...

ScaleSize Method

Returns the scaled size of the control at the target resolution, based on the controls current resolution, expressed in DPI (dots per inch). Overload List

Scaling Event

Event for Scale user interaction events. Syntax Event Data The event handler receives an argument of type ChartScrollScaleEventArgs containing data related to this event. The following ChartScrollScaleEventArgs properties provide information specific to this event.Property Description Axis The Axis object being sc...

ScatterChart Property

Returns an Appearance object that you can use to access all the formatting properties of a Scatter Chart. Syntax Example