Syncfusion.Chart.Windows
This class holds the name of the Syncfusion.Chart.Windows assembly and provides a helper
routine that helps with resolving types when loading a serialization stream and when
the framework probes for assemblies by reflection.
The full name of this assembly without version information: "Syncfusion.Chart.Windows".
A reference to the for the chart assembly.
The root namespace of this assembly. Used internally for locating resources within the assembly.
This delegate helps with resolving types and can be used as an eventhandler
for a event.
The source of the event.
The event data with information about the type.
A reference to the assembly where the type is located.
Required designer variable.
Overridden. Cleans up any resources being used.
Required designer variable.
Initializes a new instance of the class.
Overridden. Cleans up any resources being used.
Required method for Designer support - do not modify
the contents of this method with the code editor.
The CalloutProperties Class.
Gets or sets the color of the shape background.
The color of the rectangle.
Gets or sets the display of callout.
The display of label.
Gets or sets the font to the text.
The font of label.
Gets or sets the format of the text.
The format of the text.
Gets or sets the offset of the text.
The offset of the text.
Gets or sets the offset x value from the plotting point.
The offset x value of the callout label.
Gets or sets the offset y value from the plotting point.
The offset y value of the callout label.
Gets or sets the label position.
The label position.
Gets or sets the shape border.
The shape border.
Gets or sets the color of the text.
The color of the text.
Show the info in property window.
The info.
Set the callout info from Pop-Up form to callout object.
The callout info.
Display the callout label to editing.
The callout label.
Handles the Click event of the bttnOK control.
The source of the event.
The instance containing the event data.
Handles the Click event of the bttnApply control.
The source of the event.
The instance containing the event data.
The ChartAppearanceStyles class which provides various appearance styles to the chart.
Initializes a new instance of the class.
ChartAppearnceStyle is None.
ChartAppearnceStyle is Black.
ChartAppearnceStyle is Contrast.
ChartAppearnceStyle is Default.
ChartAppearnceStyle is GainsBoro.
ChartAppearnceStyle is Gradient.
ChartAppearnceStyle is LightOlive.
ChartAppearnceStyle is Linen.
ChartAppearnceStyle is MistyRoseFormat.
ChartAppearnceStyle is PaleYellow.
ChartAppearnceStyle is PinkOverLay.
ChartAppearnceStyle is SolidColor.
ChartAppearnceStyle is TriColor.
Applies the format.
The chart.
Name of the format.
Applies the classic style.
The chart.
Reverts the default style.
The chart.
Resets the format.
Applies the black format.
The chart.
Applies the contrast format.
The chart.
Applies the default format.
The chart.
Applies the gains boro format.
The chart.
Applies the gradient format.
The chart.
Applies the light olive format.
The chart.
Applies the linen format.
The chart.
Applies the misty rose format.
The chart.
Applies the pale yellow format.
The chart.
Applies the pink overlay format.
The chart.
Applies the solid color format.
The chart.
Applies the tri color format.
The chart.
Resets the property value.
The component.
Name of the property.
Reverts the property value.
The component.
Name of the property.
The value.
Colors from RGB.
The value.
Indicates allowed actions with chart.
The zooming feature is enabled.
The panning feature is enabled.
Indicates the various methods to zoom the data .
The zooming is performed by rubberband selection.
The zooming is performed by finger action in touch devices.
The zooming is performed using the mousewheel .
ChartControl is the root class of the chart control.
The ChartControl lets you create enterprise level charts with support for numerous chart types (see ).
A containing pints of X and Y values can be added to the collection to get a chart
rendered. The chart control has a built in "nice range calculation" engine which will automatically determine the appropriate
ranges for the axes based on the series data. Chart readily supports rendering multiple series.
There is also support for multiple axes, in case you want to render multiple series with each series rendered against a unique axes.
Use the collection to add one or more custom axis to the default set of and ,
which also can be referred from the Axes collection. Numerous customization can be done on the axis labels through the
corresponding instance.
The default renders some default s representing each series in the chart.
You can add custom legends to the chart through the collection. You can add custom legend items to the
instance through the collection.
There is also a default and the ability to add multiple titles through the collection.
The look and feel of the plot can also be customized through the property.
There is also built in support for applying some statistical formulas and functions to the series data. Take a look
at the type and the type.4
The Enumerator InternalMouseAction decides the Mouse action.
The Mouse Action is None.
The Mouse Action is Zooming.
The Mouse Action is Panning.
The Mouse Action is CursorMoving.
Store value indicates that zooming is updated after mouse up.
The AspMode.
Specifies the series's index when mouse hovering on the legend item and the correspnding series will be highlighted.
Gets or sets the Crosshair.
Use this property to customize crosshair line and crosshair tooltip
Gets or sets the trackball.
Use this property to customize trackball line, tooltip, symbol etc..,
Gets whether ChartFormatAxisLabel event will be fired or not
Gets or sets the name of data source bound with chart control in ChartWizard
Gets or sets the type of object bounded with Chart in Chart Wizard.
Gets or sets the background image displayed in the control.
Gets or sets the localize.
Gets or sets the resource location.
The resource location.
The following example shows how to use the LocalizationPath property.
GridGroupinControl grid = new GridGroupingControl();
grid.TableDescriptor.LocalizationPath="~/App_LocalResources";
Used to Localize the strings.
Gets or sets a value indicating whether the chart control is working as simple object.
If it's true then chart don't uses functional of the control.
Gets the Index of ChartRegion which was selected. For internal use.
Gets the chart area of the ChartControl.
Gets the chart area hosted by the ChartControl.
Instance of class that implements the interface
Gets a reference to the that manages the position of elements on the chart, like the legend.
Gets or sets a value indicating whether the chartcontrol is selectable.
Gets or sets a value indicating whether the chart requires axes.
Gets or sets a value indicating whether the chart requires inverted axes.
Gets or sets a value indicating whether improve the Performance. This property will automatically set to true when BeginUpdate() is called and improve the ChartType rendering time.
So while adding a large number of points to a series, performance is improved significantly.
Gets or sets a value indicating whether improve the chart performance. If set this property instructs chart to calculate axes ranges only before painting,
not at avery series adding or removing. So while adding a large number of points to a series, performance is improved
significantly.
Gets or sets a value indicating whether allow the user to edit series styles when double clicking on a series.
Gets or sets Chart's ForeColor. This member overrides
Gets or sets backcolor of the chart control.
Gets or sets a value indicating whether calculate the regions for visual update. If ToolTips, AutoHighlighting, or RegionHit events are used, set this to True (default). If the previous aren't used,
for better performance set to False.
Gets or sets a value that indicates the margins that will be deduced from the ChartArea's representation rectangle.
Negative values are supported.
Gets the list of ChartRegions. Please refer to for more information.
Gets or sets the mode of drawing the column chart. See also .
Gets or sets the skin wich describes the appearance of the ChartControl.
Gets or sets the mode of column drawing. See also .
Gets or sets the width of each column when is set to FixedWidthMode.
Gets the collection of custom points. Please refer to for more information.
Gets or sets a value indicating whether if a partially visible axis label should be hidden or shown. Default is false.
Gets a value indicating whether the chart is Radar. This returns True if type of the first series is ChartSeriesType.Radar.
Gets a value indicating whether the chart is Polar. This returns True if type of the first series is ChartSeriesType.Polar.
Gets or sets a value indicates the style of the radar chart.
Gets or sets the number of places to round data to for display (by default).
Gets size with minimal height and width of chart control with enough places to draw chart area.
This property must be used generally by parent control of chart control in order to determine the size margins.
Gets or sets the position of text displayed as the chart's caption. Please refer to for
available options.
Gets or sets a value indicating whether the chart should be displayed in a 3D plane.
Gets or sets a value indicating whether the mouse rotation should be enabled.
Gets or sets a value indicating whether the inverted series is compatible
Gets the list of entries. The first one is the default .
Gets the default title.
Gets the collection of controls contained within the control.
A representing the collection of controls contained within the control.
Gets or sets the background color for the control.
A that represents the background color of the control. The default is the value of the property.
Gets or sets the border appearance.
The border appearance.
Gets or sets a value indicating whether random series will be added.
true if random series will be added; otherwise, false.
Gets the style dialog options.
The style dialog options.
Gets the fancy tool tip controller.
The fancy tool tip controller.
Gets or sets the cursor that is displayed when the mouse pointer is over the control.
A that represents the cursor to display when the mouse pointer is over the control.
Gets or sets a value that Enables or Disables zooming with keyboard shortcuts.
Gets or sets the minimum allowable zooming factor for X axis.
Gets or sets the minimum allowable zooming factor for Y axis.
Gets or sets the ZoomFactor. The zooming factor is the value by which intervals are multiplied to have the effect of a more fine grained range.
For example, if the calculated interval is 5 and the zoom factor is 0.5, then the zoomed interval with this zoom factor
will be 2.5. Therefore, there will be twice as many interval points across the same range. Scrollbars will automatically
appear to allow any section of the zoomed range to be viewed.
The zooming factor is the value by which intervals are multiplied to have the effect of a more fine grained range.
For example, if the calculated interval is 5 and the zoom factor is 0.5, then the zoomed interval with this zoom factor
will be 2.5. Therefore, there will be twice as many interval points across the same range. Scrollbars will automatically
appear to allow any section of the zoomed range to be viewed.
Gets a value indicating the chart is currently zoomed in.
Gets or sets what value to add to the ZoomFactors when the zoom out button is pressed.
Gets or sets the offset position when zoomed along the X axis.
Gets or sets the offset position when zoomed along the Y axis.
Gets or sets the scroll precision. Specifies the scrolling accuracy of the scroll bars.
The scroll precision.
Gets or sets the keyboard shortcut to control zoom left
Gets or sets the zoom right keyboard shortcut..
The zoom right.
Gets or sets the zoom up keyboard shortcut.
The zoom up.
Gets or sets the zoom down. Specifies the keyboard shortcut to control Zoom down.
The zoom down.
Gets or sets the zoom in. Specifies the keyboard shortcut to control Zoom in.
The zoom in.
Gets or sets the zoom out. Specifies the keyboard shortcut to control zoom out.
The zoom out.
Gets or sets the zoom cancel. Specifies the keyboard shortcut to control ZoomCancel.
The zoom cancel.
Gets or sets a value indicating whether show the scroll bars.
true if [show scroll bars]; otherwise, false.
Gets or sets a value indicating whether to reset the chart on double click
true if [show scroll bars]; otherwise, false.
Gets or sets the mouse action.
The mouse action.
Gets or sets the zooming type.
The zooming type.
Gets a collection of s that are shown in the chart. The first one is the default .
Gets the configuration information for the default legend object. Please refer to for more information.
Gets or sets the position of the legend element. Please refer to for more information
on legend positioning options. Default is Right.
Gets or sets a value indicating whether display the ChartLegend or not.
Gets or sets the legend alignment.
Gets or sets a value indicates whether legends is located inside or outside of chart.
The legends placement.
Gets the configuration information for the toolbar object.
Gets or sets a value indicating whether [show toolbar while saving the Chartcontrol as image].
true if [show toolbar in image]; otherwise, false.
Gets or sets a value indicating whether show the toolbar or not.
The model contains all the data that is associated with a chart. Models can be shared between charts. Each model can
be seen as a collection of a series. Each of these series contains data points and associated style information.
Gets or sets a value indicating whether the series are compatible.
Shortcut method that provides access to the contained in the chart's model.
Gets the collection of axes associated with this chart. You can add and remove axes from this collection.
Primary X and Y axes may not be removed. Use the and to access
the primary axes.
Specifies if this chart is to be rendered in indexed mode. By default, chart points have X and Y values, both of
which are taken into account for plotting. In indexed mode, the X values are ignored. The X axis purely represents
the position of the points and not their X value. This mode is useful when representing data that has no real X axis value
except position. For example, sales of two months side-by-side.
Gets or sets a value indicating whether allow or disallow the gap when points are empty in indexed mode
Gets the primary X axis.
The primary X axis.
Gets the primary Y axis.
The primary Y axis.
Gets or sets a value indicating whether the points on the chart should be highlighted when the mouse hovers over them or not.
Specified if series on the chart should be highlighted when the mouse hovers over them or on legend item.
Gets or sets a value indicating whether symbols on the series should be highlighted when the mouse hovers over them or not.
true if [highlight symbol]; otherwise, false.
Specifies the series's index when mouse hovering on the legend item and the correspnding series will be highlighted.
It is used for internal purpose. If it is set externally, only the specified series will be others won't.
The chart can display an image as its background. This property specifies the image to be used as the background.
The chart can display an image as its interior background. This property specifies the image to be used as the chart interior background.
Gets or sets a value indicating whether display the chart area shadow.
true if [chart area shadow]; otherwise, false.
Gets or sets the ToolTip text that is to be displayed when the mouse is over the area
of the chart but not over other elements of interest within the chart area.
Gets or sets the interior of the chart. Please refer to for more information.
Gets or sets the ToolTip text that is to be displayed when the mouse is over the chart
but not over other elements of interest within the chart.
Gets or sets axes depth, "coordinate Z".
Only for enabled Series3D.
This property specifies the SeriesType to be displayed during design-time. Series displayed during design-time will
be reset during run-time and are provided for representative display only.
Gets or sets value for spacing from border inside ChartControl
e.g. space between ChartControl right border and legend right border if LegendPosition set to right.
Gets or sets a value indicating whether zooming should be enabled for the chart along the X axis.
Gets or sets a value indicating whether zooming should be enabled for the chart along the Y axis.
Gets or sets the palette that is to be used to provide default colors for series and other elements of a chart. Please refer to
for available options and customization.
Gets or sets an array of custom palette colors. If is
this colors is to be used to provide colors of series and other elements. This property duplicates property.
Gets or sets a value indicating whether allow the gradient palette.
true if [allow gradient palette]; otherwise, false.
Gets or sets the angle rotation of axes relative to axis X.
Specifies if the chart is displayed as 3D.
Specifies if the 3D chart is displayed with 3D style.
Gets or sets color of shadow.
Gets or sets width of shadow.
Gets or sets a value indicating whether show the tool tips.
true if [show tool tips]; otherwise, false.
Specified how the chart elements should be rendered. Default is AntiAlias. Please refer to
in the GDI+ documentation for more information.
Spacing is set as a percentage value and controls what portion of the interval partitioned for rendering gets
used for empty space. Default value is 10%.
Series Spacing is set as a percentage value and it controls the spacing between the series. Default value is 10%.
Gets or sets the spacing between points. Default value is 10%.
The spacing between points.
Gets or sets a value which specifies the alignment of the chart's text.
Gets or sets the angle tilt of axes relative to axis Y.
When a huge amount of points are drawn on the chart and these points can't be drawn
correctly because of monitor resolution. Then performance can be improved by dropping
points ( not drawing ). This property controls the intelligent point dropping. Default is false.
Specifies the default title text.
Gets or sets the way text is drawn. Default is SystemDefault.
Gets the print document.
The print document.
Gets or sets the print color mode.
The print color mode.
Gets size or if printing == True virtualsize.
Printing == True when call method Draw.
Gets or sets a value indicating whether the Series Context Menu should be shown. This is used only if is true.
Gets or sets a value indicating whether the Chart Context menu should be shown. This is used only if is true.
Gets or sets a value indicating whether show the context menu. It specifies if chart area and series context menus can be shown. See and .
Gets or sets a value indicating whether show the Context menu for the Legend. It specifies if the context menu in the legend is enabled.
Gets the configuration information for the chart context menu object
Gets the configuration information for the series context menu object
Gets a value indicating whether if any buttons of mouse was pressed or not.
Gets the last mouse position on the chartcontrol when the any mouse button was pressed.
This property is used for zooming only.
Gets last mouse position on the chartcontrol on mouse click.
The mouse position
This property is used for zooming only.
Gets a collection of all the indexed values. It's used for indexed mode.
Gets or sets indicating whether the Regions are need to update. It specifies if the internal s are to be updated. Also redraws the chart.
Gets a value indicating whether the state of Interactive mouse cursor is down.
Gets a value indicating whether [random data present].
true if [random data present]; otherwise, false.
Gets the minimal points delta.
The min points delta.
Gets a value indicating whether this instance is panning enabled.
true if this instance is panning enabled; otherwise, false.
Gets or sets a value indicating whether legend is painted.
true if [legend painted]; otherwise, false.
Initializes a new instance of the class.
Initializes a new instance of the class. For internal use. Do not use this constructor directly.
if set to true [add random data].
if set to true [is window less].
Initializes the WM_GESTURENOTIFY variable.
Initializes the WM_GESTURE variable.
Initializes the GC_ALLGESTURES variable.
Variable for _gestureConfigSize.
Variable for _gestureInfoSize.
Initializes the variable GID_BEGIN.
Initializes the variable GID_END.
Initializes the variable GID_ZOOM.
Initializes the variable GID_PAN.
Initializes the gesture flags GF_BEGIN.
Initializes the gesture flags GF_INERTIA.
Initializes the gesture flags GF_INERTIA.
Initializes the gesture flags _iArguments.
Initializes the gesture flags ULL_ARGUMENTS_BIT_MASK.
Initializes the variable _ptFirst.
Initializes the variable _ptSecond.
Initializes the GESTURECONFIG
Initializes the GESTUREINFO.
Variable for Points
Process touch gestures
Gesture messages
true/false
Initializes a new instance of the class.
if set to true random data will be added.
Creates the instance of Graphics for the control.
Graphics context.
Checks is whether a series is added by ChartControl (Random datas).
Instance of the ChartSeries.
True if the series is added by ChartControl.
Call this method if you perform multiple changes in quick succession.
When we called this method then it improves the performance by dropping some points(not drawing).
This method controls the intelligent point dropping and also it disables some visual related features like tooltip.
if set to true [improve performance].
Call this method if you called earlier and you are done with your changes.
The ChartAreaPointToChartControl method takes a point object in ChartArea
coordinates and returns a point object in ChartControl coordinates.
The point in ChartArea coordinates.
A System.Drawing.Point value that represents the point in ChartControl coordinates.
The ChartAreaRectToChartControl method takes a RectangleF object in ChartArea
coordinates and returns a RectangleF object in ChartControl coordinates.
The RectangleF in ChartArea coordinates.
A System.Drawing.RectangleF value that represents the RectangleF in ChartControl coordinates.
Displays the dialog to edit user styles for a series.
The index of the series.
Paints the chart to graphics.
Instance of the .
The Rectangle within which to paint.
Draws the images.
The grap.
The curr_control.
Converts to metafile.
The width.
The height.
The CTR.
Prints the specified PTR.
The PTR.
if set to true [is bitmap].
The CTR.
Paints the chart to graphics.
Instance of the .
The size of rectangle within which to paint.
Paints the chart to image.
Instance of the .
Paints the chart to image.
Instance of the .
The size of rectangle within which to paint.
Paints the thumbnail of chart to image.
Instance of the .
Paints the thumbnail of chart to image.
Instance of the .
The rectangle within which to paint.
The GetChartAreaBounds method provides access to the bounds of the ChartArea.
A System.Drawing.Rectangle value of the bounds of the ChartArea in ChartControl coordinates.
This method is not used anymore. Use the Legends collection.
Instance of the new legend.
Append point to series.
The series.
The point.
Returns the client coordinates on ChartArea for the specified data points in the specified axes.
An X value.
An Y value.
An X axis.
An Y axis.
The coordinates on ChartArea.
Returns the client coordinates on ChartArea for the primary x and y axes.
An X value.
An Y value.
The coordinates on ChartArea.
Returns the client coordinates on ChartArea for the specified data points in the specified axes.
An X value.
An Y value.
An X axis.
An Y axis.
The coordinates on ChartArea.
Returns the client coordinates on ChartArea for the primary x and y axes.
An X value.
An Y value.
The coordinates on ChartArea.
Returns the client coordinates on ChartArea for the specified data points in the specified axes.
An X value.
An Y value.
An X axis.
An Y axis.
The coordinates on ChartArea.
Returns the client coordinates on ChartArea for the primary x and y axes.
An X value.
An Y value.
The coordinates on ChartArea.
Returns the client coordinates on ChartArea for the specified data points in the specified axes.
An X value.
An Y value.
An X axis.
An Y axis.
The coordinates on ChartArea.
Returns the client coordinates on ChartArea for the primary x and y axes.
An X value.
An Y value.
The coordinates on ChartArea.
Returns the matching X client coordinate on ChartArea for the specified X value.
An X value.
The X coordinate on ChartArea.
Returns the matching X client coordinate on ChartArea for the specified X value in the specified axis.
An X value.
An X axis.
The X coordinate on ChartArea.
Returns the matching X client coordinate on ChartArea for the specified X date time value in the specified axis.
An X value.
The X coordinate on ChartArea.
Returns the matching X client coordinate on ChartArea for the specified X value in the specified axis.
An X value.
An X axis.
The X coordinate on ChartArea.
Returns the Y client coordinate on ChartArea for the specified Y value.
An Y value.
The Y coordinate on ChartArea.
Returns the Y client coordinate on ChartArea for the specified Y value in the specified axis.
An Y value.
An Y axis.
The Y coordinate on ChartArea.
Returns a Y client coordinate on ChartArea for the specified Y value.
An Y value.
The Y coordinate on ChartArea.
Returns a Y client coordinate on ChartArea for the specified Y value on the specified axis.
An Y value.
An Y axis.
The Y coordinate on ChartArea.
List of all ChartRegion objects that make up the ChartControl.
A System.Collections.IList of the ChartRegions.
Returns the ChartRegion corresponding to the series and point indexed supplied.
Index of the series.
Index of the point.
The ChartRegion.
Calls the method.
Raises the event.
Instance of ChartAxis.
Argument.
Forces the redraw of the Chart Area.
true to redraw chart area; otherwise,false to use buffered image.
Displays the Wizard.
Saves the chart as an image in the specified format.
The filename with extension that specifies the type of format to save to.
Supported formats are bmp, jpg, gif, tiff, wmf, emf, svg and eps.
Returns the minimum size needed to display the chart.
Minimal size.
This method overrides
Event that is raised when the ChartArea is painted.
Event that is raised before the ChartArea is painted.
Event that is raised when image is created for chart.
Event for dynamic formatting of axis labels.
Event that will be raised when Chart completed updating series and finds out that series are incompatible.
Event that will be raised when Chart has completed laying out of axes, legend
Event that will be raised when the mouse is clicked on an axis label.
Event that will be raised when the mouse is clicked within a chart region.
Event that will be raised when the mouse is double clicked within a chart region.
Event that will be raised when the mouse is pressed down within a chart region.
Event that will be raised when the mouse enters a chart region.
Event that will be raised when the mouse hovers over a chart region.
Event that will be raised when the mouse leaves a chart region.
Event that will be raised when the mouse is released within a chart region.
Event that will be raised when the mouse is released within a chart region.
Event that will be raised when the visible range changes during zooming.
Event that will be raised when the visible range is changing during zooming.
Method is called for drawing of area. Calling in the method _Paint.
The instance containing the event data.
Method is called for drawing of area. Calling in the method _Paint.
The instance containing the event data.
Raises the event.
The instance containing the event data.
Method called when the user clicks inside a chart region.
.
Argument.
Method called when the user double clicks inside a chart region.
.
Argument.
Method called when the mouse is pressed down inside a chart region.
Argument.
Method called when the mouse enters a chart region.
Argument.
Method called when the mouse hovers over a chart region.
Argument.
Method called when the mouse leaves a chart region.
Argument.
Method called when the mouse is moved over a chart region.
Argument.
Method called when the mouse is released over a chart region.
Argument.
Override this method to instantiate a derived chart model if needed.
Returns ChartModel.
Method is called when the visible range is changed during zooming.
The instance containing the event data.
Executes the command.
The command.
The parameter.
Determines whether the specified command is toogled.
The command.
The parameter.
Executes the save command.
The parameter.
Executes the copy command.
The parameter.
Executes the print command.
The parameter.
Executes the print command.
The parameter.
Executes the zoom in command.
The parameter.
Executes the zoom in command.
The parameter.
Executes the zoom in command.
The parameter.
Used by the designer to persist the current value of the Font property.
True if the value is to be persisted, otherwise false.
Used by the designer to reset the current value of the BackFont property.
Gets default value for ChartMargins property (Used only by VS designer).
Used by the designer to persist the current value of the Font property.
true if the value is to be persisted.
Used by the designer to reset the current value of the BackFont property.
Used by the designer to persist the current value of the BackInterior property.
true if the value is to be persisted.
Used by the designer to reset the current value of the BackInterior property.
Used by the designer to reset the current value of the ChartInterior property.
Used by the designer to persist the current value of the ChartInterior property.
true if the value is to be persisted.
Used by the designer to reset the current value of the Text property.
Should the serialize text.
Should the serialize legends.
Returns true if the element should serialize otherwise false.
Should the serialize series.
Returns true if the element should serialize otherwise false.
Resets the series.
Call this method for updated settings of the scrollbar corresponding to the axis supplied.
An Axis that indicates the scrollbar.
Changes the scroll bars visibility.
if set to true [value].
Method called when the value of horizontal scrollbar was changed.
The sender of event.
Argument.
Method called when the user clicks on the zoom button.
The sender of event.
Argument.
Returns the horizontal scrollbar corresponding to the axis supplied.
Instance of ChartAxis.
The object that implements interface .
Returns the vertical scrollbar corresponding to the axis supplied.
Instance of ChartAxis.
The object that implements interface .
Change callout shape on mouse drag and drop.
The information of callout data label.
The ended position of the mouse point.
Zooms the all necessary axes by the selected region.
The started position of the zoomed region.
The ended position of the zoomed region.
Orientation of the necessary axes
Multiplies zoomfactor of the all necessary axes.
It value will be multiplied by zoomfactor.
Orientation of the necessary axes.
Shifts zoomposition of the all necessary axes.
It value will be added by zoomfactor.
Orientation of the necessary axes
Resets zoom.
Returns the value of side by side displacement in pixels.
Instance of .
Instance of .
A instance of PointF where X - location of side; Y - width of side.
Returns the value of side by side displacement in chart coordinates.
Instance of .
Instance of .
A instance of ChartPoint where X - location of side; Y - width of side.
Returns the value of side by side displacement.
Instance of .
A sum of all sides.
Position of side of a series.
This method is used when series are rendered stacked. The value returned is a cumulative value of
Y from all series that are below the series passed in in the contained .
Instance of the ChartSeries.
The index value of the point
A sum of Y values from all series are below the series.
This method is used when series are rendered stacked. The value returned is a cumulative value of
Y from all series that are below the series passed in in the contained .
Instance of the ChartSeries.
The index value of the point
If true the value form this series added too.
A sum of Y values from all series are below the series.
Updates necessary sizes.
Updates necessary sizes.
Instance of Graphics.
Raises the LayoutCompleted event.
The sender of the event.
An object that contains the event data.
Raises the SeriesIncompatible event.
The sender of the event.
An object that contains the event data.
Method is called when the series was changed.
This method is called when the collection was changed.
This method is called when the collction was changed.
Wires the all series to the chart.
Computes ranges of the axes by the points and series type.
Calling in the method ChartArea.OnLayoutCompleted.
Calling in the method ChartArea.OnSeriesIncompatible.
Draws control.
Instance of the Graphics.
The Rectangle within which to paint.
Adds the random count of series and random points to them.
Change the type of series of random data on designTimeSeriesType.
Remove random series.
Checks the random data.
This member overrides .
An that contains the event data.
This member overrides .
An that contains the event data.
This member overrides .
A that contains the event data.
This member overrides .
A that contains the event data.
This method returns the real point value for specific X and Y value.
X value
Y value
This member overrides .
A that contains the event data.
This member overrides .
An that contains the event data.
This member overrides .
An that contains the event data.
This member overrides .
A that contains the event data.
This member overrides .
An that contains the event data.
This member overrides .
An that contains the event data.
This member overrides .
An EventArgs that contains the event data.
Raises the event.
An that contains the event data.
Overrides the event.
A that contains the event data.
Paints the background of the control.
A that contains information about the control to paint.
Raises the event.
Argument.
Raises the event.
Windows message.
Key code.
true if the character was processed by the control; otherwise, false.
Called when [border appearance changed].
The sender.
The instance containing the event data.
Checking series on the compatibility.
This method is called before the beginning of transformations
in the Graphics.
Return GraphicsContainer object.
This method is called after the ending of transformations
in the Graphics.
Dispose this control and its children.
true to release both managed and unmanaged resources; false to release only unmanaged resources.
Called when [axes changed].
The list.
The args.
Called when axis is zooming.
The sender.
The args.
Called when axis is zoomed.
The sender.
The instance containing the event data.
Event handler to event AppearanceChanged.
Unwires the old series model and sets the new.
A new series model.
Unwires the current series collection form the chart.
Wires the current series collection to chart.
Is called when the size of contols in the docing manager was changed.
A sender of event.
Argument.
Invalidates the chart and area.
Invalidates the legend.
Is called after a click on the legend. Shows the series context menu.
A sender of event.
Argument.
Is called when is a need to show the tooltip.
A sender of event.
Argument.
Saves a previous mouse cursor and sets a new.
A new cursor.
Changing the callout bounds position when it was rendering outside the chart area.
The callout shape x and y position.
The callout shape width and height.
Gets back a old mouse cursor.
Gets a value indicating whether it's design time.
true if it's design time; otherwise, false.
The Syncfusion.Windows.Forms.Chart namespace contains Syncfusion chart control and helper classes.
Specifies the information that is to be displayed on double clicking the legend.
Nothing will be displayed. User can drag the legend.
Enables the user to edit the series styles.
Enables the user to edit the Legend properties.
Enables the user to edit both the series styles and legend properties.
The ChartLegend control represents the rectangular region that in turn contains 1 or more legend items, each of them
usually representing a series in the chart.
The name of default legend.
Fired when a legend item needs to draw. Handle this event to change the drawing of items.
Fired when the legend items need to be filtered. Handle this event to change the collection of LegendItems that the legend contains.
Fired when a legend item text needs to draw. Handle this event to change the drawing of items text
Fired when the legend's minimum size is to be fixed.
Gets or sets the spacing between the element borders and the control
Gets the line style of the border used by the legend.
Gets or sets RepresentationType which specifies how the icon in each legend item should be represented. By default, it renders an icon based on the series type.
Gets or sets a value indicating whether show the legend border.
Gets or sets a value indicating whether [show symbol]. If true, the exact symbol rendered in the series datapoints will be used to render the icon in the legend as well.
This overrides most other settings. Default is false.
Gets or sets the alignment of legend. Default is Center.
Gets or sets the alignment of the Legend items. Default is Near.
Gets or sets the alignment of the text. Default is Center.
Gets or sets the text alignment of the legend item. Default is Center.
Gets or sets a value indicating whether [show items shadow].
true if [show items shadow]; otherwise, false.
Gets or sets the offset of shadow for items on the legend.
Gets or sets the color for the legend's shadow.
Gets or sets the color of the text.
The color of the text.
Gets or sets back interior of the chart legend.
Gets or sets the background color for the control.
A that represents the background color of the control. The default is the value of the property.
Gets or sets the font of the text displayed by the control.
The to apply to the text displayed by the control. The default is the value of the property.
Gets or sets the text associated with this control.
Gets or sets the legend position.
Gets or sets the edges of the container to which a control is bound and determines how a control is resized with its parent.
A bitwise combination of the values. The default is Top and Left.
Gets or sets which control borders are docked to its parent control and determines how a control is resized with its parent.
One of the values. The default is .
The value assigned is not one of the values.
Gets or sets the default size of items.
Gets or sets a value indicating whether [set def size for custom]. This property is obsolete.
true if [set def size for custom]; otherwise, false.
Gets or sets the orientation of items on the legend. Default is Vertical.
Gets default size of legend.
The default of the control.
Controls the alignment of the Docked Control inside the ChartArea
Gets or sets a value indicating whether floating the legend's auto size. It indicates whether the legend will automatically position and size itself when floating. Default is true.
true if [floating auto size]; otherwise, false.
Gets or sets the number of the columns to be used in the legend. Default is 1.
Gets or sets the number of rows to be used in the legend. Default is 1.
Gets or sets a value indicating whether [only columns for floating]. Specifies if the legend should only layout the items in columns while floating. Default is true.
true if [only columns for floating]; otherwise, false.
Gets or sets a value indicating whether the checkbox of the legend is visible. If visible, the user can use the checkbox
to show/hide the whole series.
Gets or sets the style of the ChartLegend.
Gets or sets a value indicating whether the chart control is working as simple object.
If it's true then chart don't uses functional of the control.
Gets or sets the tab order of the control within its container.
The index value of the control within the set of controls within its container. The controls in the container are included in the tab order.
Gets or sets the list of custom LegendItems.
Gets the items of the legend.
Gets the number of visible items.
The number of visible items.
Should the serialize location.
Returns true if the element should be serialized otherwise false.
Should the serialize items shadow offset.
Returns true if the element should be serialized otherwise false.
Should the color of the serialize items shadow.
Returns true if the element should be serialized otherwise false.
Should the size of the serialize items.
Returns true if the element should be serialized otherwise false.
Should the serialize back interior.
Returns true if the element should be serialized otherwise false.
Resets the back interior.
Initializes a new instance of the class. For internal use. Do not use this constructor directly.
The chart.
if set to true [is window less].
Initializes a new instance of the class. For internal use. Do not use this constructor directly.
The chart control aggregating this legend.
Initializes a new instance of the class.
Releases the unmanaged resources used by the and its child controls and optionally releases the managed resources.
true to release both managed and unmanaged resources; false to release only unmanaged resources.
Internal method to ensure legend visibility
Overrides the method.
Calculates and returns the minimum size required by this legend to fit all display items.
Graphics object to be used for metrics.
Size required.
Gets the legend item at the specified point.
The point.
Returns ChartLegendItem.
Gets the legend item at the specified coordinates.
The x.
The y.
Returns ChartLegendItem.
Sets the callback handler to filter the legend items.
The handler.
Chooses the necessary object.
Returns the Graphics object.
Converts the specified to and sets for all items.
The type.
Internal method. Please do not call from your code.
The Size.
Returns SizeF.
Draws the legend by the specified .
The instance containing the event data.
Measures necessary size of legend.
The g.
Size of the max.
Return the SizeF type element.
Override on the standard method of class control.
Event handler to event Paint.
A that contains the event data.
Computes all items of this legend (Custom items + series items).
Returns ChartLegendItem.
Override the method.
The EventArgument type args.
Override the method.
The EventArgument type args.
Override the method.
The EventArgument type args.
Override the method.
The EventArgument type args.
Override the method.
The EventArgument type args.
Override the method.
The EventArgument type args.
Override the method.
The EventArgument type args.
Override the method.
The EventArgument type args.
Override the method.
The EventArgument type args.
This method is the calling method of OnDrawItem event.
It is called in the method ChartLegend.GetMinSize().
The instance containing the event data.
This method is the calling method of OnFilterItems event.
It is called in the method ChartLegend.GetMinSize().
The instance containing the event data.
This method is the calling method of OnMinSize event.
It is called in the method ChartLegend.GetMinSize().
The instance containing the event data.
This method is called when size of legend was changed.
This methods is called when size of legend was changed.
This methods is called when settings of border was changed.
The sender.
The instance containing the event data.
This method is called when the series item in the legend is double clicked.
Returns true when the item is clicked otherwise false.
Adds checkbox to legend by specified .
The location.
The ChartLegendItem.
Returns the CheckBox.
Called when user click on the checkbox.
The sender.
The instance containing the event data.
Called when collection of series was changed.
The sender.
The instance containing the event data.
Wires series collection to the legend.
Unwires series collection from the legend.
A collection of items.
Gets or sets the at the specified index.
The ChartLegends Indexer.
Gets by the name.
Initializes a new instance of the class.
Adds the specified .
The .
The position into which the new element was inserted.
Determines whether collection contains the specified .
The .
true if collection contains the specified ; otherwise, false.
Removes the specified .
The .
Returns index of specified
The .
The index of value if found in the list; otherwise, -1.
Inserts to the collection by the specified index.
The index.
The .
Performs additional custom processes when validating a value
The object to validate.
If is true, value is approved.
Implements the ChartControl printing feature.
Gets or sets the color mode.
The color mode.
Gets or sets a value indicating whether tool bar should be printed.
true if tool bar should be printed; otherwise, false.
Initializes a new instance of the class.
The chart.
Raises the event. It is called after the method is called and before the first page of the document prints.
A that contains the event data.
Raises the event. It is called before a page prints.
A that contains the event data.
Raises the event. It is called when the last page of the document has printed.
A that contains the event data.
Releases the unmanaged resources used by the and optionally releases the managed resources.
true to release both managed and unmanaged resources; false to release only unmanaged resources.
ChartTitle is lets you define a custom title for the chart control.
This member override property.
This member override property.
Gets or sets a value indicating whether [show border].
true if [show border]; otherwise, false.
Gets or Sets the value to true or false. If set as true then the size is determined automatically based on the text of the title.
Gets the Configuration information for the border.
Gets or sets margin around the text. Default is 4.
Get or set background color of title. Default is Transparent.
Gets or sets the font of the text displayed by the control.
The to apply to the text displayed by the control. The default is the value of the property.
Gets or sets the text displayed by the control.
Gets or Sets location of title.
Specifies the position and manner in which a ChartTitle is docked.
Gets or sets a value indicating whether the control and all its parent controls are displayed.
true if the control and all its parent controls are displayed; otherwise, false. The default is true.
Gets or sets the tab order of the control within its container.
The index value of the control within the set of controls within its container. The controls in the container are included in the tab order.
Gets or sets the height and width of the control.
The that represents the height and width of the control in pixels.
Gets or sets a value indicating whether this instance is window less.
true if this instance is window less; otherwise, false.
Initializes a new instance of the class.
Releases the unmanaged resources used by the and optionally releases the managed
resources.
to release both managed and unmanaged resources; to release only unmanaged resources.
Internal method to ensure title visibility
Measure size of control.
Returns Size of control.
Measures the specified Graphics.
The Graphics.
The size.
Returns the control's size.
Prints the specified g.
The g.
The rect.
Should the serialize text.
Returns true if the element should serialize otherwise false.
Should the serialize text.
Returns true if the element should serialize otherwise false.
This method called when settings of border was changed.
The sender.
The instance containing the event data.
This method override method.
A that contains the event data.
This method override method.
An that contains the event data.
This method override method.
An that contains the event data.
This method override method.
An that contains the event data.
Calculate a new size of title.
Draws to the specified .
The .
The bounds of title.
Collection of instances.
Gets or sets the at the specified index.
Gets by the name.
Name of .
Initializes a new instance of the class.
Adds the specified title to collection.
The title to add.
Index of the added title.
Determines whether collection contains the specified title.
The title to check.
true if collection contains the specified title; otherwise, false.
Removes the specified title from collection.
The title to remove.
Gets index of specified title.
The title to get index.
Index of the .
Inserts at specified index.
The index.
The to insert.
Validates the specified obj.
The obj.
Returns true if the list contains this element otherwise false.
Provides a user interface for editing collections of chart legends list at design-time.
Initializes a new instance of the class.
The type of the collection for this editor to edit.
Indicates whether original members of the collection can be removed.
The value to remove.
true if it is permissible to remove this value from the collection; otherwise, false. The default implementation always returns true.
Provides a user interface for editing collections of chart titles list at design-time.
Initializes a new instance of the class.
The type of the collection for this editor to edit.
Indicates whether original members of the collection can be removed.
The value to remove.
true if it is permissible to remove this value from the collection; otherwise, false. The default implementation always returns true.
Provides a user interface for editing collections of chart tool bar item collection at design-time.
Initializes a new instance of the class.
The type of the collection for this editor to edit.
Gets the data types that this collection editor can contain.
An array of data types that this collection can contain.
Gets the data type that this collection contains.
The data type of the items in the collection, or an if no Item property can be located on the collection.
Represents the dialog to change the legend properties.
Required designer variable.
Initializes a new instance of the class.
Overridden. Cleans up any resources being used.
Required method for Designer support - do not modify
the contents of this method with the code editor.
The LegendProperties Class.
Gets or sets a value indicating whether the visibility of the legend border.
Gets the line style of the border used by the legend.
Gets or sets the background color of the legend.
Gets or sets a value indicating whether the legend will automatically position and size itself when set as floating.
Gets or sets a value that indicates the visibility of the series symbol.
Gets or sets the position of the legend.
Gets or sets the orientation of items on the legend.
Gets or sets the alignment of legend.
Gets or sets the alignment of items.
Gets or sets the default size of items.
Gets or sets the number of rows in a legend.
Gets or sets the number of columns in a legend.
Gets or sets a value indicating whether [visible check box].
true if [visible check box]; otherwise, false.
Gets or sets a value indicating whether [only columns for floating].
true if [only columns for floating]; otherwise, false.
Gets or sets a value indicating whether [set def size for custom].
true if [set def size for custom]; otherwise, false.
Gets or sets the items text aligment.
The items text aligment.
Gets or sets a value indicating whether [show items shadow].
true if [show items shadow]; otherwise, false.
Gets or sets the items shadow offset.
The items shadow offset.
Gets or sets the color of the items shadow.
The color of the items shadow.
Gets or sets the text.
The text.
Gets or sets the text alignment.
The text alignment.
Gets or sets the color of the text.
The color of the text.
Initializes a new instance of the class.
Sets the info.
The info.
Outs the info.
The info.
Sets the legend to editing.
The legend.
Handles the Click event of the bttnOK control.
The source of the event.
The instance containing the event data.
Handles the Click event of the bttnApply control.
The source of the event.
The instance containing the event data.
This class manages the toolbar of chart.
Use the above mentioned property in ChartControl to access the built-in controller and provide a custom toolbar
with custom buttons through the method.
Initializes a new instance of the class.
The chart.
Sets the ToolBar. Replaces the current toolbar with the specified one. If the specified toolbar already has a parent control,
then just copy over the buttons to the current toolbar.
The ToolBar.
Saves the chart as image.
Copies the chart to the clipboard.
Displays series menu.
The control.
Prints the chart.
Displays palette menu.
The control.
Displays the series types menu.
The control.
Set default buttons.
Sets the save button.
Sets the copy button.
Sets the editstyle button.
Set print button.
Set select palette button.
Set select type button.
Method is called to set the default buttons.
Returns the image from a specified resource.
The class used to extract the resource.
The name of the resource.
Instance of the
Method is called when the Save button is clicked.
The sender.
The instance containing the event data.
Method is called when the Copy button is clicked.
The sender.
The instance containing the event data.
Method is called when the Edit button is clicked.
The sender.
The instance containing the event data.
Method is called when the Print button is clicked.
The sender.
The instance containing the event data.
Method is called when the Palettes button is clicked.
The sender.
The instance containing the event data.
Method is called when the Series types button is clicked.
The sender.
The instance containing the event data.
Method is called when the series menu is clicked.
The sender.
The instance containing the event data.
Method is called when the palettes menu is clicked.
The sender.
The instance containing the event data.
Method is called when the Edit palette item is clicked.
A sender of the event.
Argument.
Method is called when the palettes menu is clicked.
The sender.
The instance containing the event data.
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
Contains the standart commands.
The ChartCommandInternal class.
Initializes a new instance of the class.
The name.
The title.
The icon.
Initializes a new instance of the class.
The name.
The icon.
Executes command.
The chart.
The parameter.
Determines whether the command is toggled.
The chart.
The parameter.
true if the specified chart is toggled; otherwise, false.
Gets the "save" command.
The "save" command.
Gets the "copy" command.
The "copy" command.
Gets the "print" command.
The "print" command.
Gets the "print preview" command.
The "print preview" command.
Gets the "zoom in" command.
The "zoom in" command.
Gets the "zoom out" command.
The "zoom out" command.
Gets the "reset zooming" command.
The "reset zooming" command.
Gets the "show legend" command.
The "show legend" command.
Gets the "toggle 3D" command.
The "toggle 3D" command.
Gets the "auto highlight" command.
The "auto highlight" command.
Gets the "toggle x zooming" command.
The "toggle x zooming" command.
Gets the "toggle y zooming" command.
The "toggle y zooming" command.
Gets the toggle panning.
The toggle panning.
Initializes a new instance of class.
Defines a command.
Commands can be used for determinate the functionality of GUI elements.
Gets the name.
The name.
Gets the image of icon.
The image of icon.
Gets the command title.
The text.
Initializes a new instance of the class.
The name.
The icon.
Initializes a new instance of the class.
The name.
The title.
The icon.
Executes command.
The chart.
The parameter.
Determines whether the command is toggled.
The chart.
The parameter.
true if the specified chart is toggled; otherwise, false.
The ChartCommandEditor class.
Indicates whether the specified context supports painting a representation of an object's value within the specified context.
An that can be used to gain additional context information.
true if is implemented; otherwise, false.
Paints a representation of the value of an object using the specified .
A that indicates what to paint and where to paint it.
Gets the values.
Returns ChartCommands collection.
Gets the item text.
The item.
Returns Item's Text.
Represents the class that serializes an object graph to a series of CodeDOM statements which inherits
Maintains the default value.
Initializes a new instance of the class.
Gets the value of the default global instance of
.
Serializes the specified object into a CodeDOM object.
The serialization manager to use during serialization.
The object to serialize.
A CodeDOM object representing the object that has been serialized.
manager or value is null.
Deserializes the specified serialized CodeDOM object into an object.
A serialization manager interface that is used during the deserialization process.
A serialized CodeDOM object to deserialize.
The deserialized CodeDOM object.
manager or codeObject is null.
codeObject is an unsupported code element.
Contains commands icon (ToolBar, ContextMenu).
Gets the save image.
The save.
Gets the copy image.
The copy.
Gets the print image.
The print.
Gets the print image.
The print.
Gets the palettes image.
The palettes.
Gets the style image.
The style.
Gets the type of the series image.
The type of the series.
Gets the series3D image.
The series3D.
Gets the series3D image.
The series3D.
Gets the show legend image.
The show legend.
Gets the series3D image.
The series3D.
Gets the show legend image.
The show legend.
Gets the show legend image.
The show legend.
Gets the show legend image.
The show legend.
Gets the auto highlight.
The auto highlight.
Gets the allow alignment.
The allow alignment.
Gets the allow alignment.
The allow alignment.
Gets the allow alignment.
The allow alignment.
Gets the panning icon
The panning icon.
Initializes the class.
Contains the all logical of context menu of the .
Initializes a new instance of to initalize the menu items
Initializes a new instance of
Initialze the necessary members and items of .
Prepares the items before showing.
Creates the series menu item.
The series.
Returns TagMenuItem.
Creates the series types item.
The series.
Returns TagMenuItem.
Called when the Type item of the Series item is clicked.
The sender.
The instance containing the event data.
Called when the Edit style item of the Series item item is clicked.
The sender.
The instance containing the event data.
Displays the shortcut menu at the specified position.
A that specifies the control with which this shortcut menu is associated
A that specifies the coordinates at which to display the menu.
Instance of the class .
Handles the Click event of the Palettes control.
The source of the event.
The instance containing the event data.
Handles the Click event of the Mode2D control.
The source of the event.
The instance containing the event data.
Handles the Click event of the Mode3D control.
The source of the event.
The instance containing the event data.
Handles the Click event of the ModeReal3D control.
The source of the event.
The instance containing the event data.
Handles the Click event of the EnableXZoomItem control.
The source of the event.
The instance containing the event data.
Handles the Click event of the EnableYZoomItem control.
The source of the event.
The instance containing the event data.
Called when the Reset Zoom item is clicked.
A sender of the event.
Argument.
Called when the Auto Highlight item is clicked.
A sender of the event.
Argument.
Called when the Allow Aligment item is clicked.
A sender of the event.
Argument.
Returns the separator of the menu items.
The Instance of class.
This class inherits the class .
Contains additional property .
Gets the object that contains data about the item.
Gets or sets the image.
The image.
Gets or sets the image list.
The image list.
Gets or sets the index of the image.
The index of the image.
Initializes a new instance of the class.
The name.
The tag.
The onclick.
Initializes a new instance of the class.
The name.
The tag.
The onclick.
Initializes a new instance of the class.
The tag.
The onclick.
Initializes a new instance of the class.
The tag.
The onclick.
Initializes a new instance of the class.
The tag.
Raises the event.
A that contains the event data.
Raises the event.
A that contains the event data.
The ChartCommandMenuItem class which is inherited from TagMenuItem.
Gets or sets the command.
The command.
Gets or sets the command parameter.
The command parameter.
Gets or sets the chart.
The chart.
Initializes a new instance of the class.
The command.
Raises the event.
An that contains the event data.
This class inherits the class .
Contains the all logical of context menu of the .
Initializes a new instance of the class.
Displays the shortcut menu at the specified position.
A that specifies the control with which this shortcut menu is associated
A that specifies the coordinates at which to display the menu.
The series.
Initializes necessary members and items of the .
Creates the series types item.
The series.
Returns class.
Returns the separator of the menu items.
The Instance of class.
Called when the Type item of the Series item is clicked.
A sender of the event.
Argument.
Called when the Edit style item of the Series item item is clicked.
A sender of the event.
Argument.
Initializes a new instance of the class.
Required designer variable.
Clean up any resources being used.
true if managed resources should be disposed; otherwise, false.
Required method for Designer support - do not modify
the contents of this method with the code editor.
Provides the UI editor of chart appearance styles.
Gets the values.
Returns ChartAppearanceStyles IList collection.
This class contains the action items of .
Store chart category.
Store back interior category.
Store palette category.
Store legend category.
Store appearance category.
Store axis title category.
Store default filter for open template dialog.
Store default question on reset chart settings.
Initializes a new instance of the class.
The component.
Initializes the action list.
Refreshes the actions.
Reset template.
Save template.
Load template and apply it to the current .
Calls the method.
Gets or sets the Y axis title.This is duplicate of PrimaryYAxis.Title property.
The Y axis title.
Gets or sets the X axis title. This is duplicate of PrimaryXAxis.Title property.
The X axis title.
Gets or sets the legend alignment. This is duplicate of property.
The legend alignment.
Gets or sets the chart back interior. This is duplicate of property.
The chart back interior.
Gets or sets the area back interior. This is duplicate of property.
The area back interior.
Gets or sets the back interior. This is duplicate of property.
The back interior.
Gets or sets the spacing. This is duplicate of property.
The spacing.
Gets or sets the appearance styles.
The appearance styles.
Gets or sets the palette. This is duplicate of property.
The palette.
Gets or sets the custom palette. This is duplicate of property.
The custom palette.
Gets or sets a value indicating whether allow gradient palette. This is duplicate of property.
true if [allow gradient palette]; otherwise, false.
Gets or sets the text position. This is duplicate of property.
The text position.
Gets or sets the text. This is duplicate of property.
The text.
Gets or sets a value indicating whether [show legend]. This is duplicate of property.
true if [show legend]; otherwise, false.
Gets or sets a value indicating whether show the toolbar or not. This is duplicate of property.
true if [show toolbar]; otherwise, false.
Gets or sets a value indicating whether show the context menu. This is duplicate of property.
true if [show context menu]; otherwise, false.
Gets or sets the legend position. This is duplicate of property.
The legend position.
This is a designer for the ChartControl control.
Store default filter for open template dialog.
Store default question on reset chart settings.
Store default path to keys of the chart control.
Store auto show key name in registry.
Designer verb for showing the wizard.
Designer verb for saving the template.
Designer verb for resetting the template.
Designer verb for loading the template.
Designer verb for reverting the old settings.
Designer verb for reverting the default settings.
The collection of designer verbs
Gets or sets a value indicating whether auto run wizard.
Gets the .
The designer verbs collection.
Gets the registry path.
The registry path.
Gets the install path.
The install path.
This member overrides the property.
Initializes a new instance of the class.
Called when the designer is initialized.
Overrides Dispose. Here we remove our handler for the selection changed
event. With designers, it is critical that they clean up any events they
have attached. Otherwise, during the course of an editing session many
designers may get created and never destroyed.
true to release both managed and unmanaged resources; false to release only unmanaged resources.
Adjusts the set of properties the component exposes through a TypeDescriptor.
An IDictionary that contains the properties for the class of the component.
Called when the Save Template verb is selected.
The sender.
The instance containing the event data.
Called when the Load Template verb is selected.
The sender.
The instance containing the event data.
Called when the reset Template verb is selected.
The sender.
The instance containing the event data.
Handles the apply classic style.
The sender.
The instance containing the event data.
Handles the revert default style.
The sender.
The instance containing the event data.
Called when the Wizard verb is selected.
A sender of event.
Argument.
Remove a set of properties.
The control to which the changes apply.
The array of property names to exclude.
Contains the properties for the class of the component.
This dialog is used for preview the .
Required designer variable.
Gets or sets the instance of .
Gets or sets the template directory.
The template directory.
Required method for Designer support - do not modify
the contents of this method with the code editor.
Initializes a new instance of the class.
Clean up any resources being used.
true if managed resources should be disposed; otherwise, false.
Users the initialize component.
Adds the all files from the current directory by the mask (*.xml).
Handles the Load event of the ChartTemplateWizard control.
The source of the event.
The instance containing the event data.
Called when the Browse button is cliked. This method displays the dialog.
The source of the event.
The instance containing the event data.
Called when the template is selected from the list.
The source of the event.
The instance containing the event data.
Called when a key is pressed while the control has focus.
The source of the event.
The instance containing the event data.
The ProcessKeyPreview method.
A , passed by reference, that represents the window message to process.
true if the message was processed by the control; otherwise, false.
Processes a command key.
A , passed by reference, that represents the Win32 message to process.
One of the values that represents the key to process.
true if the keystroke was processed and consumed by the control; otherwise, false to allow further processing.
Provides the wizard dialog to configure the chart control.
Initializes a new instance of the class.
The site.
Required method for Designer support - do not modify
the contents of this method with the code editor.
Handles the MouseMove event of the ListViewSeriesTypes control.
Handles the CheckedChanged event of the checkAutoRun control.
The source of the event.
The instance containing the event data.
Handles the Click event of the bttnCancel control.
The source of the event.
The instance containing the event data.
Tabs the buttons click.
The sender.
The instance containing the event data.
Adds the default series.
Filters the random series.
The series list.
Users the initialize component.
Search's all members in the data source.
Instance of the BindingContext.
Data source.
Member of the data source.
The array of members from the data source.
Get all property names of data source.
Property descriptor collection for data source object
Parent property name of data source instance
Copies and applies settings from the chart.
Incatnse of the ChartControl
Sets the legend parameters.
The chart.
Sets the points parameters.
The chart.
Sets the points parameters.
The series.
Applies the points parameters.
Applies the points parameters.
The series.
Updates the data sources.
The chart.
Updates the data members.
Updates the series collection.
The chart.
Ensures the data bind model present.
The series.
Ensures the series model present.
The series.
Selects the pseudo tab.
The index.
Selects the chart type group.
The index.
Initializes the thumbs.
Creates the random seris.
The name.
Creates the thumb.
The type.
Copies the properties.
The input.
The output.
Shows the property editor.
The component.
The property.
The value.
Creates the new OLEDB data adapter.
The chart.
Creates the new SQL data adapter.
The chart.
Copies the property value.
The component1.
The component2.
Name of the property.
Applies the type settings.
The series.
The type.
Shows the wizard.
The chart.
Summary description for ChartWizardImages.
Gets the wizard back image.
The wizard back image.
Gets the load template back image.
The load template back image.
Gets the tab header normal image.
The tab header normal image.
Gets the tab header normal image.
The tab header normal image.
Gets the tab header normal image.
The tab header normal image.
Gets the tab header selected image.
The tab header selected image.
Gets the button normal image.
The button normal image.
Gets the button selected image.
The button selected image.
Gets the button normal image.
The button normal image.
Gets the button selected image.
The button selected image.
Gets the button normal image.
The button normal image.
Gets the button selected image.
The button selected image.
Gets the BTTN top left image.
The BTTN top left image.
Gets the BTTN top center image.
The BTTN top center image.
Gets the BTTN top right image.
The BTTN top right image.
Gets the BTTN center left image.
The BTTN center left image.
Gets the BTTN center center image.
The BTTN center center image.
Gets the BTTN center right image.
The BTTN center right image.
Gets the BTTN bottom left image.
The BTTN bottom left image.
Gets the BTTN bottom center image.
The BTTN bottom center image.
Gets the BTTN bottom right image.
The BTTN bottom right image.
Gets the BTTN top left image.
The BTTN top left image.
Gets the BTTN top center image.
The BTTN top center image.
Gets the BTTN top right image.
The BTTN top right image.
Gets the BTTN center left image.
The BTTN center left image.
Gets the BTTN center center image.
The BTTN center center image.
Gets the BTTN center right image.
The BTTN center right image.
Gets the BTTN bottom left image.
The BTTN bottom left image.
Gets the BTTN bottom center image.
The BTTN bottom center image.
Gets the BTTN bottom right image.
The BTTN bottom right image.
Gets the wizard icon.
The wizard icon.
Gets caption of the Chart Type button.
Gets caption of the Series button.
Gets caption of the Appearance button.
Gets caption of the Axes button.
Gets caption of the Legend button.
Gets caption of the ToolBar button.
Gets text of the wizard title when the series type is setting.
Gets text of the wizard title when the data source is setting.
Gets text of the wizard title when the palette is setting.
Gets text of the wizard title when the appearance is setting.
Gets text of the wizard title when the title of chart is setting.
Gets text of the wizard title when the axes is editing.
Gets text of the wizard title when the legend is editing.
Gets text of the wizard title when the toolbar is editing.
Gets the points title.
The points title.
Gets text of the wizard title when the toolbar is editing.
Gets text of the wizard title when the toolbar is editing.
Gets the remove points message.
The remove points message.
Gets the remove binding message.
The remove binding message.
Gets the series incompatible message.
The series incompatible message.
Gets the model change title.
The model change title.
Gets the null template selected text.
The null template selected text.
Gets the null template selected title.
The null template selected title.
Initializes the class.
Initializes a new instance of the class.
Shows the dialog.
The selected object.
Initializes the component.
Gets or sets border color;
The color of the border.
Gets or sets the normal image.
The normal image.
Gets or sets the selected image.
The selected image.
Gets or sets a value indicating whether this instance is pushable.
true if this instance is pushable; otherwise, false.
Gets or sets a value indicating whether this instance is pushed.
true if this instance is pushed; otherwise, false.
Gets or sets the index of the tag.
The index of the tag.
Initializes a new instance of the class.
Should the serialize normal image.
Should the serialize selected image.
Should the color of the serialize border.
Resets the normal image.
Resets the selected image.
Resets the color of the border.
Overrides method.
A that contains the event data.
Raises the event.
The instance containing the event data.
Raises the event.
The instance containing the event data.
Raises the event.
A that contains the event data.
Raises the event.
A that contains the event data.
Gets or sets the none image.
The none image.
Gets or sets the selected image.
The selected image.
This member is not meaningful for this control.
Always .
Gets or sets border color;
The color of the border.
Gets or sets the color of the inner back.
The color of the inner back.
Initializes a new instance of the class.
WndProc method to handle painting at high Dpi
window message
Should the serialize none image.
Should the serialize selected image.
Should the color of the serialize border.
Should the color of the serialize inner back.
Resets the none image.
Resets the selected image.
Resets the color of the border.
Resets the color of the inner back.
Raises the event.
A that contains the event data.
Gets or sets the color of the border.
The color of the border.
Gets or sets the background color for the control.
A that represents the background color of the control. The default is the value of the property.
Initializes a new instance of the class.
Raises the event.
The instance containing the event data.
Paints the background of the control.
A that contains information about the control to paint.
Gets or sets the image list.
The image list.
Gets or sets a value indicating whether your code or the operating system will handle drawing of elements in the list.
One of the enumeration values. The default is .
The value is not a valid enumeration value.
Initializes a new instance of the class.
Raises the event.
A that contains the event data.
Gets or sets the brush info.
The brush info.
Gets or sets the brush info.
The brush info.
Initializes a new instance of the class.
Called when edit button is clicked.
The sender.
The instance containing the event data.
Called when preview panel is painted.
The sender.
The instance containing the event data.
Occurs when color changed.
Gets or sets the color.
The color.
Initializes a new instance of the class.
Called when preview panel is painted.
The sender.
The instance containing the event data.
Called when color is selected.
The sender.
The instance containing the event data.
Gets or sets the orientation.
The orientation.
Initializes a new instance of the class.
Called when orientation button is clicked.
The sender.
The instance containing the event data.
Raises the event.
An that contains the event data.
Occurs when selected font is changed.
Gets or sets the selected font.
The selected font.
Initializes a new instance of the class.
Called when edit button is clicked.
The sender.
The instance containing the event data.
Occurs when Alignment is changed.
Gets or sets the string alignment.
The string alignment.
Initializes a new instance of the class.
Called when radio button checked is changed.
The sender.
The instance containing the event data.
Gets or sets the highlight image.
The highlight image.
Gets or sets the normal image.
The normal image.
Gets or sets the image that is displayed on a .
An displayed on the . The default is null.
Raises the event.
The instance containing the event data.
Raises the event.
The instance containing the event data.
Retunrs true or False value based on the DefaultResource.
exclude/>
Returns the ResourcesCollection.
Gets or sets the DefaultPath.
Initializes a new instance of the class.
Returns either resource or key.
Used to return Localization resources.
Gets the Localized value of DefaultResource.
Gets the Localized value of Series.
Gets the Localized value of AllowAlignment.
Gets the Localized value of Area.
Gets the Localized value of Zooming.
Gets the Localized value of EnableXZooming.
Gets the Localized value of EnableYZooming.
Gets the Localized value of ResetZoom.
Gets the Localized value of AutoHighlight.
Gets the Localized value of Mode.
Gets the Localized value of TwoD.
Gets the Localized value of ThreeD.
Gets the Localized value of Real3D.
Gets the Localized value of EditStyle.
Gets the Localized value of Types.
Gets the Localized value of Palettes.
Gets the Localized value of EditPalette.
Gets the Localized value of UnknownAppearanceStyleException.
Gets the Localized value of ChartNullException.
A strongly-typed resource class, for looking up localized strings, etc.
Returns the cached ResourceManager instance used by this class.
Overrides the current thread's CurrentUICulture property for all
resource lookups using this strongly typed resource class.
Looks up a localized string similar to Allow Alignment.
Looks up a localized string similar to Area.
Looks up a localized string similar to Auto Highlight.
Looks up a localized string similar to Chart.
Looks up a localized string similar to Edit palette....
Looks up a localized string similar to Edit style....
Looks up a localized string similar to Enable X Zooming.
Looks up a localized string similar to Enable Y Zooming.
Looks up a localized string similar to Modes.
Looks up a localized string similar to Palettes.
Looks up a localized string similar to Real 3D.
Looks up a localized string similar to Reset Zoom.
Looks up a localized string similar to Series.
Looks up a localized string similar to 3D.
Looks up a localized string similar to 2D.
Looks up a localized string similar to Types.
Looks up a localized string similar to Unknown appearance style.
Looks up a localized string similar to Zooming.
LineSparkline is used for identifying patterns and trends in the data such as seasonal effects, large changes and turning points over a period of time.
ColumnSparkline is very similar to a line sparkline in the sense that it is designed to show different values of two or more subjects but instead of using lines it is using horizontal and vertical bars that represent a different value.
WinLossSparkline is used to show whether each value is positive or negative visualizing a Win/Loss scenario.
Gets or sets the series type of the sparkline control.
Gets or sets the data source of the Sparkline control.
Used to change Width of Sparkline control.
Used to change Height of Sparkline control.
Gets or sets the StartPoint of Sparkline control.
Gets or sets the EndPoint of Sparkline control.
Gets or sets the LowPoint of Sparkline control.
Gets or sets the HighPoint of Sparkline control.
Gets or sets the NegativeItem of Sparkline control.
Customizes the background color of the control. By default, it is set to White color.
Gets or sets the series type of Sparkline control.
Customizes the styles of Line sparkline.
Customizes the styles of Column and WinLoss sparklines.
Enables the markers support to sparkline.
Initializes a new instance of the class.
Event that is raised when the source list changed.
The instance containing the event data.
Overrides the event.
A that contains the event data.
Renderer the SparklLine control
Used to refresh the SparkLine points.
Clean up any resources being used.
true if managed resources should be disposed; otherwise, false.
Required method for Designer support - do not modify
the contents of this method with the code editor.
Defines the chart's toolbar.
Gets or sets the button size of the ToolBar buttons.
Gets/set the orientation of the ToolBar.
Gets or sets the Spacing.
Gets or sets padding within the control.
A representing the control's internal spacing characteristics.
Gets the info.
The info.
Gets the toolbar buttons collection.
Gets the items collection.
Indicates if this element can be resized automatically.
Gets or sets a value indicating whether grip is shown.
true if grip is shown; otherwise, false.
Gets or sets the height of the header.
Gets or Sets a value indicating whether the border of the ToolBar is to be shown or not.
Gets or sets the information that is to be used for drawing border.
Gets or sets the flatstyle appearance for the ToolBar button control.
Gets or sets the BackInterior of the ToolBar Button.
Gets or sets the ForeColor of the ToolBar Button.
Gets or sets the icon padding.
The icon padding.
Gets or sets the docking position of the ToolBar.
Gets or sets the focused item.
The focused item.
Initializes a new instance of the class.
The parent.
Releases the unmanaged resources used by the and its child controls and optionally releases the managed resources.
true to release both managed and unmanaged resources; false to release only unmanaged resources.
Internal method to ensure toolbar visibility
Measure size of control.
Returns the size of control.
Draws to the specified .
The .
Method is called when the Paint event is raised.
A that contains the event data.
Method is called when the SizeChanged event is raised.
An that contains the event data.
Method is called when the DoubleClick event is raised.
An that contains the event data.
Raises the event.
An that contains the event data.
Raises the event.
A that contains the event data.
Raises the event.
An that contains the event data.
Raises the event.
A that contains the event data.
Raises the event.
A that contains the event data.
Raises the item click.
The item.
Method is called when the button size is changed.
Handles the SettingsChanged event of the Border control.
The source of the event.
The instance containing the event data.
Called when items is changed.
The list.
The args.
Represents default toolbar item. This item provides the saving feature.
Initializes a new instance of the class.
Gets or sets a value indicating whether this is checked.
true if checked; otherwise, false.
Gets or sets a value indicating whether this instance is checkable.
true if this instance is checkable; otherwise, false.
Gets the default image.
The default image.
Gets the default tool tip.
The default tool tip.
Gets the name of the default.
The name of the default.
Override for the equals method.
Object to be compared
Returns true or false based on the DefaultName property
Called when the item is clicked.
Represents default toolbar item. This item provides the copying feature.
Initializes a new instance of the class.
Gets the default image.
The default image.
Gets the default tool tip.
The default tool tip.
Gets the name of the default.
The name of the default.
Gets or sets a value indicating whether this is checked.
true if checked; otherwise, false.
Gets or sets a value indicating whether this instance is checkable.
true if this instance is checkable; otherwise, false.
Override for the equals method.
Object to be compared
Returns true or false based on the DefaultName property
Called when the item is clicked.
Represents default toolbar item. This item provides the printing feature.
Initializes a new instance of the class.
Gets the default image.
The default image.
Gets the default tool tip.
The default tool tip.
Gets the name of the default.
The name of the default.
Gets or sets a value indicating whether this is checked.
true if checked; otherwise, false.
Gets or sets a value indicating whether this instance is checkable.
true if this instance is checkable; otherwise, false.
Override for the equals method.
Object to be compared
Returns true or false based on the DefaultName property
Called when the item is clicked.
Represents default toolbar item. This item provides the print preview feature.
Initializes a new instance of the class.
Gets the default image.
The default image.
Gets the default tool tip.
The default tool tip.
Gets the name of the default.
The name of the default.
Gets or sets a value indicating whether this is checked.
true if checked; otherwise, false.
Gets or sets a value indicating whether this instance is checkable.
true if this instance is checkable; otherwise, false.
Override for the equals method.
Object to be compared
Returns true or false based on the DefaultName property
Called when the item is clicked.
Represents default toolbar item. This item provides the palette choosing feature.
Initializes a new instance of the class.
Gets the default image.
The default image.
Gets the default tool tip.
The default tool tip.
Gets the name of the default.
The name of the default.
Gets or sets a value indicating whether this is checked.
true if checked; otherwise, false.
Gets or sets a value indicating whether this instance is checkable.
true if this instance is checkable; otherwise, false.
Override for the equals method.
Object to be compared
Returns true or false based on the DefaultName property
Called when the item is clicked.
Method is called when the palettes menu is clicked.
The sender.
The instance containing the event data.
Method is called when the Edit palette item is clicked.
A sender of the event.
Argument.
Represents default toolbar item. This item provides the styles editing feature.
Initializes a new instance of the class.
Gets the default image.
The default image.
Gets the default tool tip.
The default tool tip.
Gets the name of the default.
The name of the default.
Gets or sets a value indicating whether this is checked.
true if checked; otherwise, false.
Gets or sets a value indicating whether this instance is checkable.
true if this instance is checkable; otherwise, false.
Override for the equals method
Object to be compared
Returns true or false based on the DefaultName property
Called when the item is clicked.
Method is called when the series menu is clicked.
The sender.
The instance containing the event data.
Represents default toolbar item. This item provides the type choosing feature.
Initializes a new instance of the class.
Gets the default image.
The default image.
Gets the default tool tip.
The default tool tip.
Gets the name of the default.
The name of the default.
Gets or sets a value indicating whether this is checked.
true if checked; otherwise, false.
Gets or sets a value indicating whether this instance is checkable.
true if this instance is checkable; otherwise, false.
Override for the equals method.
Object to be compared
Returns true or false based on the DefaultName property
Called when the item is clicked.
Method is called when the palettes menu is clicked.
The sender.
The instance containing the event data.
Represents default toolbar item. This item provides the drawing mode changing feature.
Initializes a new instance of the class.
Gets the default tool tip.
The default tool tip.
Gets or sets a value indicating whether this is checked.
true if checked; otherwise, false.
Gets or sets a value indicating whether this instance is checkable.
true if this instance is checkable; otherwise, false.
Gets the default image.
The default image.
Gets the name of the default.
The name of the default.
Override for the equals method.
Object to be compared
Returns true or false based on the DefaultName property
Represents default toolbar item. This item provides the legend showing feature.
Initializes a new instance of the class.
Gets the default tool tip.
The default tool tip.
Gets or sets a value indicating whether this is checked.
true if checked; otherwise, false.
Gets or sets a value indicating whether this instance is checkable.
true if this instance is checkable; otherwise, false.
Gets the default image.
The default image.
Gets the name of the default.
The name of the default.
Override for the equals method.
Object to be compared
Returns true or false based on the DefaultName property
The ChartToolBarInfo class which stores the information of ToolBar.
An event that is triggered when item is clicked.
Specifies whether to use default items for toolbar or not
Default toolbar required
Gets or sets the location of the toolbar.
Gets or sets the button size of the toolbar buttons.
Gets or sets the orientation of the toolbar.
Gets or sets the spacing between items.
Gets or sets the spacing between items.
Gets or sets a value indicating whether this element can be resized automatically.
Gets or sets the size of the toolbar button.
Gets or sets the backcolor of the ToolBar.
Gets or sets the height of the header.
Gets the information that is to be used for drawing border.
Gets or sets a value indicating whether show the border.
true if [show border]; otherwise, false.
Gets or sets a value indicating whether the ToolBarPropertyDialog is to be shown or not on double click.
Gets or sets a value indicating whether the toolbar is to be shown.
Gets or sets the flatstyle appearance for the toolbar button control.
Gets or sets the BackInterior of the toolBar button.
Gets the toolbar buttons collection.
Gets or sets the ForeColor of the toolBar button.
Gets or sets the docking position of the ToolBar.
Gets or sets the alignment of the ToolBar.
Gets or sets a value indicating whether the ToolBar is to be held docked.
Gets or sets the docking behaviour.
Gets or sets a value indicating whether grip is shown.
true if grip is shown; otherwise, false.
Gets or sets the padding.
The padding.
Gets or sets the icon padding of items.
The icon padding.
Gets the items.
The items.
Conceals control from the user.
Displays control to the user.
Rewires the items.
Indicates that Border property was changed.
True if property was changed, otherwise false.
Indicates if ButtonBackColor is set to default.
Returns true if the element should serialize otherwise false.
Indicates if BackInterior of toolbar is set as parent.
Returns true if the element should serialize otherwise false.
Indicates if ButtonForeColor is set to default.
Returns true if the element should serialize otherwise false.
Indicates if button size is set to default.
Returns true if the element should serialize otherwise false.
Indicates if autosize is set to default.
Returns true if the element should serialize otherwise false.
Indicates if the location of the toolbar is set to default.
Returns true if the element should serialize otherwise false.
Indicates if the items of the toolbar is set to default.
Returns true if the element should serialize otherwise false.
Resets the items.
Add default items into the collection.
Gets default location.
Initializes a new instance of the ChartToolBarInfo class.
The parent.
Called when items is changed.
The list.
The args.
Specifies the abstract class for implementation of toolbar items.
Gets or sets the tag.
The tag.
Gets or sets the name.
The name.
Gets or sets the tool tip.
The tool tip.
Gets the default tool tip.
The default tool tip.
Gets the name of the default.
The name of the default.
exclude/>
Gets the tool bar.
The tool bar.
Gets the bounds.
The bounds.
Gets the size of the desired.
The size of the desired.
Gets a value indicating whether this instance is focused.
true if this instance is focused; otherwise, false.
Initializes a new instance of the class.
Should the serialize tool tip.
Returns true if the element should serialize otherwise false.
Resets the tool tip.
Should the serialize name.
Returns true if the element should serialize otherwise false.
Resets the name.
Sets the owner.
The tool bar.
Arranges the specified rect.
The rect.
Draws the specified g.
The g.
Called when it is clicked.
Return true if clicked otherwise false.
Specifies the toolbar splitter.
Initializes a new instance of the class.
Gets the size of the desired.
The size of the desired.
Gets the name of the default.
The name of the default.
Override for the equals method.
Object to be compared
Returns true or false based on the DefaultName property
Draws the specified g.
The g.
Represents the default toolbar item.
Gets or sets a value indicating whether this is checked.
true if checked; otherwise, false.
Gets or sets a value indicating whether this instance is checkable.
true if this instance is checkable; otherwise, false.
Gets or sets the image.
The image.
Gets the default image.
The default image.
Gets a value indicating whether this instance is clicked.
true if this instance is clicked; otherwise, false.
Gets instance.
The chart.
Initializes a new instance of the class.
Called when property is changed.
Called when the item is clicked.
Should the serialize image.
Returns true if the element should serialize otherwise false.
Resets the image.
Arranges the specified rect.
The rect.
Draws the background.
The .
The bounds of element.
if set to true is item focused.
if set to true is item clicked.
Draws the icon.
The g.
The rect.
Draws the item.
The instance.
Clicks this instance.
Gets the color of the back.
if set to true [focused].
if set to true [clicked].
Returns the Back Color.
Gets the color of the back.
if set to true item is focused.
Returns the Fore color.
Specifies the toolbar item with the command.
Initializes a new instance of the class.
Gets or sets the command.
The command.
Gets or sets the parameter.
The parameter.
Gets or sets the image.
The image.
Gets or sets the name.
The name.
Gets or sets a value indicating whether this instance is checkable.
true if this instance is checkable; otherwise, false.
Gets or sets a value indicating whether this is checked.
true if checked; otherwise, false.
Called when the item is clicked.
Specifies the toolbar item with the drop-down menu.
Initializes a new instance of the class.
The menu to drop-down.
Gets the menu.
The menu.
Gets the size of the desired.
The size of the desired.
Called when the item is clicked.
Draws the item.
The instance.
Draws the drop down icon.
The g.
The rect.
Specifies the collection of objects.
Initializes a new instance of the class.
Gets or sets the at the specified index.
The ChartToolBarItemCollection indexer.
Adds the specified value.
The value.
The position into which the new element was inserted.
Determines whether collection contains the specified value.
The value.
true if collection contains the specified value; otherwise, false.
Removes the specified value.
The value.
Gets indexes the of item.
The value.
The index of value if found in the list; otherwise, -1.
Inserts item by the specified index.
The index.
The value.
Specifies the handler of
and events.
Collection of instances.
Event will be raised when a button is added this collection.
Event will be raised when a button is removed from this collection.
Event will be raised when the collection is cleared.
Gets or sets the item with the specified index.
Initializes a new instance of the ChartToolBarButtonCollection class.
Removes the specified button from the collection.
The Element to remove from the collection.
Indicates if this collection contains the specified button.
The Element to locate in the Collections.
true if the Element is found in the Collection list; otherwise, false
Returns the index of this button.
The Element to locate in the Collections list.
The index of value if found in the list; otherwise, -1.
Adds this button in the collection.
The position into which the new element was inserted.
Performs additional custom processes after inserting a new element into the instance.
The zero-based index at which to insert value.
The new value of the element at index.
Performs additional custom processes when removing an element from the instance.
The zero-based index at which value can be found.
The value of the element to remove from index.
Performs additional custom processes after clearing the contents of the instance.
Represents the dialog to change the toolbar properties.
Required designer variable.
Clean up any resources being used.
Required method for Designer support - do not modify
the contents of this method with the code editor.
Represents the toolbar properties to edit.
Gets or sets a Location property.
Gets or sets a ButtonSize property.
Gets or sets a Orientation property.
Gets or sets a Spacing property.
Gets or sets a Padding property.
Gets or sets a value indicating whether auto size is enable or not.
true if [auto size]; otherwise, false.
Gets or sets a Size property.
Gets or sets a BackColor property.
Gets or sets a ButtonBackColor property.
Gets or sets a ButtonForeColor property.
Gets or sets a Header property.
Gets the Border property.
Gets or sets a value indicating whether show the border or not.
true if [show border]; otherwise, false.
Gets or sets a Position property.
Gets or sets a Alignment property.
Gets or sets a value indicating whether docking free is enable or not.
true if [docking free]; otherwise, false.
Sets the toolbar properties.
The .
Gets the toolbar properites.
The .
Sets the toolbar properties.
The info.
Handles the Click event of the bttnOK control.
The source of the event.
The instance containing the event data.
Handles the Click event of the bttnCancel control.
The source of the event.
The instance containing the event data.
Handles the Click event of the bttnApply control.
The source of the event.
The instance containing the event data.
Event handler for axis tooltip in crosshair and trackball
ChartControl
Options to customize axis tooltip
Event handler for trackball tooltip
ChartControl
Options to customize trackball tooltip
Class to customize the tooltip
Initializes a new instance of the class.
This event is triggered once for each axis.
You can customize the background, border, text, text color, etc of the tooltip in this event
Gets or sets the options to customize axis tooltip.
Gets or sets the visibility of Trackball.
Gets or sets the LineInfo instance. This instance holds the pen information to draw tracker line.
This class provides option to customize the line, tooltip and highlighting symbol of trackball.
Initializes a new instance of the class.
This event is triggered once for each series.
You can customize the background, border, text, text color, etc of the tooltip in this event
This event is triggered once for each axis.
You can customize the background, border, text, text color, etc of the tooltip in this event
Gets or sets the mode to display trackball tooltip.
Gets or sets the TrackballTooltip instance. You can customize tooltip border, background, fore color, etc., using this instance.
Gets or sets the Symbol options used to highlight the data point. You can customize the shape, interior and border color of the symbol to be highlighted using this instance.
Initializes a new instance of the class.
Gets the index of axis.
Gets or sets the border color of the tooltip.
Gets or sets the text displayed in tooltip.
Gets or sets the text color.
Gets or sets the background color of tooltip.
Event argument for tooltip formatting event.
Initializes a new instance of the class.
current point index of TrackballTooltip.
series index of TrackballToooltip
Gets or sets the border color of the tooltip.
Gets or sets the text displayed in tooltip.
Gets or sets the text color.
Gets or sets the background color of tooltip.
Gets the series index of data point.
Gets the index of data point in series.
This class holds information such as border, background, text format, text color, etc., of the Trackball tooltip.
Initializes a new instance of the class.
Gets or sets the visibility of tracker tooltip.
Gets or sets the margin of tracker tooltip. Space between tooltip text and border is controlled by this property.
Gets or sets the corner radius of tracker tooltip. Use this property if you want to use rounded corners for tracker tooltip.
Gets or sets the padding between highlighted symbol and tracker tooltip.
Gets or sets the font used for tracker tooltip.
Gets or sets the brush for the background of tracker tooltip.
Gets or sets the option to customize border of tooltip like boder width, color, style.
Gets or sets the fore color (color of text) in tracker tooltip. By default, text color will be automatically calculated (black or white) based on the background color of tooltip.
Gets or sets the format for X value of data point in trackball tooltip.
Gets or sets the format for Y value of data point in trackball tooltip.
Gets or sets the format applied for tracker tooltip text
Enumeration for choosing the display mode of tooltip
Trackball tooltip for all series will be grouped.
Trackball tooltip will be displayed individualy for closest data point in each series.
Method to find the closest point
List of closest points near mouse pointer
Class that holds information reuired to draw track tooltip and highlighting symbol
Windows message.
Windows message.
Windows message.
Windows message.
Windows message.
Windows message.
Windows message.
Windows message.
Windows message.
HRESULT S_OK constant.
HRESULT S_OK constant.
Class representing native functions of OS.
Flags for control printing.
Declaration of WM_PRINT message.
Declaration of WM_PRINTCLIENT message.
The distance from the left edge of the physical page to the left edge
of the printable area, in device units.
The distance from the top edge of the physical page to the top edge
of the printable area, in device units.
Declaration of WM_SETREDRAW message.
The GetDeviceCaps function retrieves device-specific information for the specified device.
Handle to DC.
Index of capability.
When nIndex is BITSPIXEL and the device has 15bpp or 16bpp, the return value is 16.
Constructor.
Utility class for different static methods.
Calculates the dpi aware size for specified width and height
width
height
Size corresponding to current DPI
Makes snapshot from control and saves it to image.
Control to be printed.
Image with snapshot of control.