⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 dundaswebchart.xml

📁 在线考试系统: 1、为了保证示例代码正确运行
💻 XML
📖 第 1 页 / 共 5 页
字号:
            <seealso cref="M:Dundas.Charting.WebControl.Annotation.BringToFront"/>
            </summary>
        </member>
        <member name="M:Dundas.Charting.WebControl.Annotation.BringToFront">
            <summary>
            Brings an annotation to the front of all annotations.
            <seealso cref="M:Dundas.Charting.WebControl.Annotation.SendToBack"/>
            </summary>
        </member>
        <member name="M:Dundas.Charting.WebControl.Annotation.GetAnnotationGroup">
            <summary>
            Gets the group, if any, the annotation belongs to.
            </summary>
            <returns>
            Returns an <see cref="T:Dundas.Charting.WebControl.AnnotationGroup"/> object, or <b>null</b> or <b>nothing</b> 
            if the annotation does not belong to a group.
            </returns>
        </member>
        <member name="M:Dundas.Charting.WebControl.Annotation.AddSmartLabelMarkerPositions(Dundas.Charting.WebControl.CommonElements,System.Collections.ArrayList)">
            <summary>
            Adds anchor position to the list. Used to check SmartLabels overlapping.
            </summary>
            <param name="common">Common chart elements.</param>
            <param name="list">List to add to.</param>
        </member>
        <member name="M:Dundas.Charting.WebControl.Annotation.Anchor(Dundas.Charting.WebControl.DataPoint)">
            <summary>
            Anchors an annotation to a data point.
            <seealso cref="P:Dundas.Charting.WebControl.Annotation.AnchorDataPoint"/>
            <seealso cref="P:Dundas.Charting.WebControl.Annotation.AnchorX"/>
            <seealso cref="P:Dundas.Charting.WebControl.Annotation.AnchorY"/>
            </summary>
            <param name="dataPoint">
            <see cref="T:Dundas.Charting.WebControl.DataPoint"/> to be anchored to.
            </param>
            <remarks>
            Anchors an annotation to the specified data point.
            </remarks>
        </member>
        <member name="M:Dundas.Charting.WebControl.Annotation.Anchor(Dundas.Charting.WebControl.DataPoint,Dundas.Charting.WebControl.DataPoint)">
            <summary>
            Anchors an annotation to two data points.
            <seealso cref="P:Dundas.Charting.WebControl.Annotation.AnchorDataPoint"/>
            <seealso cref="P:Dundas.Charting.WebControl.Annotation.AnchorX"/>
            <seealso cref="P:Dundas.Charting.WebControl.Annotation.AnchorY"/>
            </summary>
            <param name="dataPoint1">
            First anchor <see cref="T:Dundas.Charting.WebControl.DataPoint"/>.
            </param>
            <param name="dataPoint2">
            Second anchor <see cref="T:Dundas.Charting.WebControl.DataPoint"/>.
            </param>
            <remarks>
            Anchors an annotation's top/left and bottom/right corners to the 
            specified data points.
            </remarks>
        </member>
        <member name="M:Dundas.Charting.WebControl.Annotation.ResetCurrentRelativePosition">
            <summary>
            Resets pre-calculated annotation position.
            </summary>
        </member>
        <member name="M:Dundas.Charting.WebControl.Annotation.Delete">
            <summary>
            Deletes a chart annotation from the <b>Annotations</b> collection.
            </summary>
            <remarks>
            Removes an annotation from the chart <b>Annotations</b> collection.
            </remarks>
        </member>
        <member name="M:Dundas.Charting.WebControl.Annotation.ReplaceKeywords(System.String)">
            <summary>
            Replaces predefined keyword inside the string with their values if
            annotation is anchored to the data point.
            </summary>
            <param name="strOriginal">Original string with keywords.</param>
            <returns>Modified string.</returns>
        </member>
        <member name="M:Dundas.Charting.WebControl.Annotation.IsAnchorVisible">
            <summary>
            Checks if anchor point of the annotation is visible.
            </summary>
            <returns>True if anchor point is visible.</returns>
        </member>
        <member name="M:Dundas.Charting.WebControl.Annotation.GetGraphics">
            <summary>
            Returns chart graphics objects.
            </summary>
            <returns>Chart graphics object.</returns>
        </member>
        <member name="M:Dundas.Charting.WebControl.Annotation.GetSelectionHandle(System.Drawing.PointF)">
            <summary>
            Checks if provided pixel coordinate is contained in one of the 
            selection handles rectangle.
            </summary>
            <param name="point">Coordinate in pixels.</param>
            <returns>Resizing mode.</returns>
        </member>
        <member name="M:Dundas.Charting.WebControl.Annotation.GetDataPointAxis(Dundas.Charting.WebControl.DataPoint,Dundas.Charting.WebControl.AxisName)">
            <summary>
            Gets data point X or Y axis.
            </summary>
            <param name="dataPoint">Data point to get the axis for.</param>
            <param name="axisName">X or Y axis to get.</param>
            <returns>Data point axis.</returns>
        </member>
        <member name="M:Dundas.Charting.WebControl.Annotation.GetAxes(Dundas.Charting.WebControl.Axis@,Dundas.Charting.WebControl.Axis@)">
            <summary>
            Gets annotation vertical and horizontal axes.
            </summary>
            <param name="vertAxis">Returns annotation vertical axis or null.</param>
            <param name="horizAxis">Returns annotation horizontal axis or null.</param>
        </member>
        <member name="M:Dundas.Charting.WebControl.Annotation.Invalidate">
            <summary>
            Invalidates chart annotation when one of the attributes is changed.
            </summary>
        </member>
        <member name="P:Dundas.Charting.WebControl.Annotation.Name">
            <summary>
            Gets or sets an annotation's unique name.
            </summary>
            <value>
            A <b>string</b> that represents an annotation's unique name.
            </value>
        </member>
        <member name="P:Dundas.Charting.WebControl.Annotation.AnnotationType">
            <summary>
            Gets or sets an annotation's type name.
            </summary>
            <remarks>
            This abstract property is used to get the name of each annotation type 
            (e.g. Line, Rectangle, Ellipse,...). 
            <para>
            This property is for internal use and is hidden at design and run time. Should 
            not be part of the documentation.
            </para>
            </remarks>
        </member>
        <member name="P:Dundas.Charting.WebControl.Annotation.ClipToChartArea">
            <summary>
            Gets or sets the name of the chart area an annotation is clipped to.
            </summary>
            <value>
            A string which represents the name of an existing chart area.
            </value>
            <remarks>
            If the chart area name is specified, an annotation will only be drawn inside the 
            plotting area of the chart area specified. All parts of the annotation 
            outside of the plotting area will be clipped.
            <para>
            To disable chart area clipping set the property to "NotSet" or an empty string.
            </para>
            </remarks>
        </member>
        <member name="P:Dundas.Charting.WebControl.Annotation.Tag">
            <summary>
            Gets or sets an object associated with an annotation.
            </summary>
            <value>
            An <see cref="T:System.Object"/> associated with an annotation.
            </value>
            <remarks>
            This property may be used to store additional data with an annotation.
            </remarks>
        </member>
        <member name="P:Dundas.Charting.WebControl.Annotation.Chart">
            <summary>
            Gets or sets the chart referense.
            </summary>
            <remarks>
            Property is for internal use and is hidden at design and run time. Should
            not be part of the documentation.
            </remarks>
        </member>
        <member name="P:Dundas.Charting.WebControl.Annotation.SmartLabels">
            <summary>
            Gets or sets the smart labels style of an annotation.
            </summary>
            <value>
            An <see cref="T:Dundas.Charting.WebControl.AnnotationSmartLabelsStyle"/> object that represents an annotation's 
            smart labels style properties.
            </value>
            <remarks>
            Smart labels are used to prevent an annotation overlapping the data point labels 
            and other annotations.
            <para>
            Note that data point labels must also have smart labels enabled.
            </para>
            </remarks>
        </member>
        <member name="P:Dundas.Charting.WebControl.Annotation.SizeAlwaysRelative">
            <summary>
            Gets or sets a flag that specifies whether an annotation's size is always 
            defined in relative chart coordinates.
            <seealso cref="P:Dundas.Charting.WebControl.Annotation.Width"/>
            <seealso cref="P:Dundas.Charting.WebControl.Annotation.Height"/>
            </summary>
            <value>
            <b>True</b> if an annotation's <see cref="P:Dundas.Charting.WebControl.Annotation.Width"/> and <see cref="P:Dundas.Charting.WebControl.Annotation.Height"/> are always 
            in chart relative coordinates, <b>false</b> otherwise.
            </value>
            <remarks>
            An annotation's width and height may be set in relative chart or axes coordinates. 
            By default relative chart coordinates are used.
            <para>
            To use axes coordinates for size set the <b>SizeAlwaysRelative</b> property to 
            <b>false</b> and either anchor the annotation to a data point or set the 
            <see cref="P:Dundas.Charting.WebControl.Annotation.AxisX"/> or <see cref="P:Dundas.Charting.WebControl.Annotation.AxisY"/> properties.
            </para>
            </remarks>
        </member>
        <member name="P:Dundas.Charting.WebControl.Annotation.X">
            <summary>
            Gets or sets the X coordinate of an annotation.
            <seealso cref="P:Dundas.Charting.WebControl.Annotation.AnchorDataPoint"/>
            <seealso cref="P:Dundas.Charting.WebControl.Annotation.AnchorX"/>
            </summary>
            <value>
            A Double value that represents an annotation position's X coordinate.
            </value>
            <remarks>
            The X coordinate of an annotation is in relative chart coordinates or axes coordinates. Chart 
            relative coordinates are used by default.
            <para>
            To use axes coordinates anchor 
            an annotation to a data point using the <see cref="P:Dundas.Charting.WebControl.Annotation.AnchorDataPoint"/> property, or 
            set the annotation axes using the <see cref="P:Dundas.Charting.WebControl.Annotation.AxisX"/> or <see cref="P:Dundas.Charting.WebControl.Annotation.AxisY"/> properties.
            </para>
            <para>
            Set the X position to Double.NaN ("NotSet") to achieve automatic position calculation 
            when the annotation is anchored using the <see cref="P:Dundas.Charting.WebControl.Annotation.AnchorDataPoint"/> property or 
            the <see cref="P:Dundas.Charting.WebControl.Annotation.AnchorX"/> and <see cref="P:Dundas.Charting.WebControl.Annotation.AnchorY"/> properties.
            </para>
            </remarks>
        </member>
        <member name="P:Dundas.Charting.WebControl.Annotation.Y">
            <summary>
            Gets or sets the Y coordinate of the annotation.
            <seealso cref="P:Dundas.Charting.WebControl.Annotation.AnchorDataPoint"/>
            <seealso cref="P:Dundas.Charting.WebControl.Annotation.AnchorY"/>
            </summary>
            <value>
            A Double value that represents an annotation position's Y coordinate.
            </value>
            <remarks>
            The Y coordinate of an annotation is in relative chart coordinates or axes coordinates. Chart 
            relative coordinates are used by default.

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -