Saves preset to file path. Overload List
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
Syntax Parameters stream format imageSize resolution autoScaleExtents
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.
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...
Saves the chart to the given stream using the specified RenderingType. Overload List
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...
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
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...
Returns an Appearance object that you can use to access all the formatting properties of a Scatter Chart. Syntax Example