📄 dundaswebchart.xml
字号:
<?xml version="1.0"?>
<doc>
<assembly>
<name>DundasWebChart</name>
</assembly>
<members>
<member name="T:Dundas.Charting.WebControl.SelectionPointsStyle">
<summary>
Annotation object selection points style.
</summary>
<remarks>
Enumeration is for internal use only and should not be part of the documentation.
</remarks>
</member>
<member name="F:Dundas.Charting.WebControl.SelectionPointsStyle.TwoPoints">
<summary>
Selection points are displayed top left and bottom right corners
</summary>
</member>
<member name="F:Dundas.Charting.WebControl.SelectionPointsStyle.Rectangle">
<summary>
Selection points are displayed on all sides and corners of the rectangle.
</summary>
</member>
<member name="T:Dundas.Charting.WebControl.ResizingMode">
<summary>
Annotation object resizing\moving mode.
</summary>
<remarks>
Enumeration is for internal use only and should not be part of the documentation.
</remarks>
</member>
<member name="F:Dundas.Charting.WebControl.ResizingMode.TopLeftHandle">
<summary>
Top Left selection handle is used.
</summary>
</member>
<member name="F:Dundas.Charting.WebControl.ResizingMode.TopHandle">
<summary>
Top selection handle is used.
</summary>
</member>
<member name="F:Dundas.Charting.WebControl.ResizingMode.TopRightHandle">
<summary>
Top Right selection handle is used.
</summary>
</member>
<member name="F:Dundas.Charting.WebControl.ResizingMode.RightHandle">
<summary>
Right selection handle is used.
</summary>
</member>
<member name="F:Dundas.Charting.WebControl.ResizingMode.BottomRightHandle">
<summary>
Bottom Right selection handle is used.
</summary>
</member>
<member name="F:Dundas.Charting.WebControl.ResizingMode.BottomHandle">
<summary>
Bottom selection handle is used.
</summary>
</member>
<member name="F:Dundas.Charting.WebControl.ResizingMode.BottomLeftHandle">
<summary>
Bottom Left selection handle is used.
</summary>
</member>
<member name="F:Dundas.Charting.WebControl.ResizingMode.LeftHandle">
<summary>
Left selection handle is used.
</summary>
</member>
<member name="F:Dundas.Charting.WebControl.ResizingMode.AnchorHandle">
<summary>
Anchor selection handle is used.
</summary>
</member>
<member name="F:Dundas.Charting.WebControl.ResizingMode.Moving">
<summary>
No selection handles used - moving mode.
</summary>
</member>
<member name="F:Dundas.Charting.WebControl.ResizingMode.MovingPathPoints">
<summary>
Moving points of the annotation path.
</summary>
</member>
<member name="F:Dundas.Charting.WebControl.ResizingMode.None">
<summary>
No moving or resizing.
</summary>
</member>
<member name="T:Dundas.Charting.WebControl.Annotation">
<summary>
<b>Annotation</b> is an abstract class that defines properties and methods
common to all annotations.
</summary>
<remarks>
All annotations are derived from the <b>Annotation</b> class, which can be
used to set attributes common to all annotation objects (e.g. color, position,
anchoring and others).
</remarks>
</member>
<member name="F:Dundas.Charting.WebControl.Annotation.chart">
<summary>
Reference to the chart
</summary>
</member>
<member name="M:Dundas.Charting.WebControl.Annotation.#ctor">
<summary>
Default public constructor. Should not be used.
</summary>
<remarks>
<b>Annotation</b> is an abstract class and cannot be created directly.
To create a new annotation object use constructors of classes like
<see cref="T:Dundas.Charting.WebControl.LineAnnotation"/>, <see cref="T:Dundas.Charting.WebControl.RectangleAnnotation"/>, etc. .
</remarks>
</member>
<member name="M:Dundas.Charting.WebControl.Annotation.Paint(Dundas.Charting.WebControl.Chart,Dundas.Charting.WebControl.ChartGraphics)">
<summary>
Paints the annotation object using the specified graphics.
</summary>
<param name="graphics">
A <see cref="T:Dundas.Charting.WebControl.ChartGraphics"/> object used to paint the annotation object.
</param>
<param name="chart">
Reference to the annotation's <see cref="P:Dundas.Charting.WebControl.Annotation.Chart"/> control owner.
</param>
</member>
<member name="M:Dundas.Charting.WebControl.Annotation.PaintSelectionHandles(Dundas.Charting.WebControl.ChartGraphics,System.Drawing.RectangleF,System.Drawing.Drawing2D.GraphicsPath)">
<summary>
Paints annotation selection markers.
</summary>
<param name="chartGraphics">Chart graphics used for painting.</param>
<param name="rect">Selection rectangle.</param>
<param name="path">Selection path.</param>
</member>
<member name="M:Dundas.Charting.WebControl.Annotation.ResizeToContent">
<summary>
Resizes an annotation according to it's content size.
</summary>
<remarks>
Sets the annotation width and height to fit the specified text. This method applies to
<see cref="T:Dundas.Charting.WebControl.TextAnnotation"/>, <see cref="T:Dundas.Charting.WebControl.RectangleAnnotation"/>, <see cref="T:Dundas.Charting.WebControl.EllipseAnnotation"/>
and <see cref="T:Dundas.Charting.WebControl.CalloutAnnotation"/> objects only.
</remarks>
</member>
<member name="M:Dundas.Charting.WebControl.Annotation.GetContentPosition">
<summary>
Gets an annotation's content position.
</summary>
<returns>Annotation's content size.</returns>
</member>
<member name="M:Dundas.Charting.WebControl.Annotation.GetAnchorLocation(System.Double@,System.Double@,System.Boolean@,System.Boolean@)">
<summary>
Gets an annotation's anchor point location.
</summary>
<param name="anchorX">Returns the anchor X coordinate.</param>
<param name="anchorY">Returns the anchor Y coordinate.</param>
<param name="inRelativeAnchorX">Indicates if X coordinate is in relative chart coordinates.</param>
<param name="inRelativeAnchorY">Indicates if Y coordinate is in relative chart coordinates.</param>
</member>
<member name="M:Dundas.Charting.WebControl.Annotation.GetRelativePosition(System.Drawing.PointF@,System.Drawing.SizeF@,System.Drawing.PointF@)">
<summary>
Gets annotation object position in relative coordinates.
</summary>
<param name="location">Returns annotation location.</param>
<param name="size">Returns annotation size.</param>
<param name="anchorLocation">Returns annotation anchor point location.</param>
</member>
<member name="M:Dundas.Charting.WebControl.Annotation.SetPositionRelative(System.Drawing.RectangleF,System.Drawing.PointF)">
<summary>
Set annotation object position using rectangle in relative coordinates.
Automatically converts relative coordinates to axes values if required.
</summary>
<param name="position">Position in relative coordinates.</param>
<param name="anchorPoint">Anchor location in relative coordinates.</param>
</member>
<member name="M:Dundas.Charting.WebControl.Annotation.SetPositionRelative(System.Drawing.RectangleF,System.Drawing.PointF,System.Boolean)">
<summary>
Set annotation object position using rectangle in relative coordinates.
Automatically converts relative coordinates to axes values if required.
</summary>
<param name="position">Position in relative coordinates.</param>
<param name="anchorPoint">Anchor location in relative coordinates.</param>
<param name="userInput">Indicates if position changing was a result of the user input.</param>
</member>
<member name="M:Dundas.Charting.WebControl.Annotation.AdjustLocationSize(System.Drawing.SizeF,Dundas.Charting.WebControl.ResizingMode)">
<summary>
Adjust annotation location and\or size as a result of user action.
</summary>
<param name="movingDistance">Distance to resize/move the annotation.</param>
<param name="resizeMode">Risizing mode.</param>
</member>
<member name="M:Dundas.Charting.WebControl.Annotation.AdjustLocationSize(System.Drawing.SizeF,Dundas.Charting.WebControl.ResizingMode,System.Boolean)">
<summary>
Adjust annotation location and\or size as a result of user action.
</summary>
<param name="movingDistance">Distance to resize/move the annotation.</param>
<param name="resizeMode">Risizing mode.</param>
<param name="pixelCoord">Distance is in pixels, otherwise relative.</param>
</member>
<member name="M:Dundas.Charting.WebControl.Annotation.AdjustLocationSize(System.Drawing.SizeF,Dundas.Charting.WebControl.ResizingMode,System.Boolean,System.Boolean)">
<summary>
Adjust annotation location and\or size as a result of user action.
</summary>
<param name="movingDistance">Distance to resize/move the annotation.</param>
<param name="resizeMode">Risizing mode.</param>
<param name="pixelCoord">Distance is in pixels, otherwise relative.</param>
<param name="userInput">Indicates if position changing was a result of the user input.</param>
</member>
<member name="M:Dundas.Charting.WebControl.Annotation.IsAnchorDrawn">
<summary>
Checks if annotation draw anything in the anchor position (except selection handle)
</summary>
<returns>True if annotation "connects" itself and anchor point visually.</returns>
</member>
<member name="M:Dundas.Charting.WebControl.Annotation.GetDataPointByName(System.String)">
<summary>
Gets data point by name.
</summary>
<param name="dataPointName">Data point name to find.</param>
<returns>Data point.</returns>
</member>
<member name="M:Dundas.Charting.WebControl.Annotation.GetAxisByName(System.String)">
<summary>
Gets axis by name.
</summary>
<param name="axisName">Axis name to find.</param>
<returns>Data point.</returns>
</member>
<member name="M:Dundas.Charting.WebControl.Annotation.GetDataPointName(Dundas.Charting.WebControl.DataPoint)">
<summary>
Gets data point unique name.
</summary>
<param name="dataPoint">Data point to get the name for.</param>
<returns>Data point name.</returns>
</member>
<member name="M:Dundas.Charting.WebControl.Annotation.GetAxisName(Dundas.Charting.WebControl.Axis)">
<summary>
Gets axis unique name.
</summary>
<param name="axis">Axis to get the name for.</param>
<returns>Axis name.</returns>
</member>
<member name="M:Dundas.Charting.WebControl.Annotation.SendToBack">
<summary>
Sends an annotation to the back of all annotations.
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -