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

📄 dundaswebchart.xml

📁 在线考试系统: 1、为了保证示例代码正确运行
💻 XML
📖 第 1 页 / 共 5 页
字号:
            <seealso cref="P:Dundas.Charting.WebControl.Annotation.BackHatchStyle"/>
            <seealso cref="P:Dundas.Charting.WebControl.Annotation.BackGradientType"/>
            </summary>
            <value>
            A <see cref="T:System.Drawing.Color"/> value used to draw an annotation background with 
            hatching or gradient fill.
            </value>
            <remarks>
            This color is used with <see cref="P:Dundas.Charting.WebControl.Annotation.BackColor"/> when <see cref="P:Dundas.Charting.WebControl.Annotation.BackHatchStyle"/> or
            <see cref="P:Dundas.Charting.WebControl.Annotation.BackGradientType"/> are used.
            </remarks>
        </member>
        <member name="P:Dundas.Charting.WebControl.Annotation.ShadowColor">
            <summary>
            Gets or sets an annotation's shadow color.
            <seealso cref="P:Dundas.Charting.WebControl.Annotation.ShadowOffset"/>
            </summary>
            <value>
            A <see cref="T:System.Drawing.Color"/> value used to draw an annotation's shadow.
            </value>
        </member>
        <member name="P:Dundas.Charting.WebControl.Annotation.ShadowOffset">
            <summary>
            Gets or sets an annotation shadow's size.
            <seealso cref="P:Dundas.Charting.WebControl.Annotation.ShadowColor"/>
            </summary>
            <value>
            An integer value that represents the shadow size.
            </value>
        </member>
        <member name="P:Dundas.Charting.WebControl.Annotation.AxisXName">
            <summary>
            Gets or sets the name of the X axis the annotation is attached to.
            </summary>
            <value>
            A string value that represents the name of the X axis the annotation
            is attached to.
            </value>
            <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.AxisYName">
            <summary>
            Gets or sets Y axis name the annotation is attached to.
            </summary>
            <value>
            A string value that represents the name of the Y axis this annotation
            is attached to.
            </value>
            <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.AxisX">
            <summary>
            Gets or sets the X axis an annotation is attached to.
            <seealso cref="P:Dundas.Charting.WebControl.Annotation.AxisY"/>
            <seealso cref="P:Dundas.Charting.WebControl.Annotation.SizeAlwaysRelative"/>
            </summary>
            <value>
            <see cref="T:Dundas.Charting.WebControl.Axis"/> object the annotation is attached to.
            </value>
            <remarks>
            When an annotation is attached to an axis it's X position is always in 
            axis coordinates. To define an annotation's size in axis coordinates as well, 
            make sure the <see cref="P:Dundas.Charting.WebControl.Annotation.SizeAlwaysRelative"/> property is set to <b>false</b>.
            <para>
            Set this value to <b>null</b> or <b>nothing</b> to disable attachment to the axis.
            </para>
            </remarks>
        </member>
        <member name="P:Dundas.Charting.WebControl.Annotation.AxisY">
            <summary>
            Gets or sets the Y axis an annotation is attached to.
            <seealso cref="P:Dundas.Charting.WebControl.Annotation.AxisX"/>
            <seealso cref="P:Dundas.Charting.WebControl.Annotation.SizeAlwaysRelative"/>
            </summary>
            <value>
            <see cref="T:Dundas.Charting.WebControl.Axis"/> object this annotation is attached to.
            </value>
            <remarks>
            When an annotation is attached to an axis it's Y position is always in 
            axis coordinates. To define an annotation's size in axis coordinates as well, 
            make sure <see cref="P:Dundas.Charting.WebControl.Annotation.SizeAlwaysRelative"/> property is set to <b>false</b>.
            <para>
            Set this value to <b>null</b> or <b>nothing</b> to disable annotation attachment to an axis.
            </para>
            </remarks>
        </member>
        <member name="P:Dundas.Charting.WebControl.Annotation.AnchorDataPointName">
            <summary>
            Gets or sets the name of a data point an annotation is anchored to.
            </summary>
            <value>
            A string value that represents the name of the data point the 
            annotation is anchored to.
            </value>
            <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.AnchorDataPoint">
            <summary>
            Gets or sets the data point an annotation is anchored to.
            <seealso cref="P:Dundas.Charting.WebControl.Annotation.AnchorAlignment"/>
            <seealso cref="P:Dundas.Charting.WebControl.Annotation.AnchorOffsetX"/>
            <seealso cref="P:Dundas.Charting.WebControl.Annotation.AnchorOffsetY"/>
            <seealso cref="P:Dundas.Charting.WebControl.Annotation.AnchorX"/>
            <seealso cref="P:Dundas.Charting.WebControl.Annotation.AnchorY"/>
            <seealso cref="M:Dundas.Charting.WebControl.Annotation.Anchor(Dundas.Charting.WebControl.DataPoint)"/>
            </summary>
            <value>
            A <see cref="T:Dundas.Charting.WebControl.DataPoint"/> object an annotation is anchored to.
            </value>
            <remarks>
            The annotation is anchored to the X and Y values of the specified data point, 
            and automatically uses the same axes coordinates as the data point.
            <para>
            To automatically position the annotation relative to the anchor point make sure 
            it's <see cref="P:Dundas.Charting.WebControl.Annotation.X"/> and <see cref="P:Dundas.Charting.WebControl.Annotation.Y"/> properties are set to <b>Double.NaN</b>.
            The <see cref="P:Dundas.Charting.WebControl.Annotation.AnchorAlignment"/> property may be used to change the annotation's 
            automatic position alignment to the anchor point. The <see cref="P:Dundas.Charting.WebControl.Annotation.AnchorOffsetX"/> and 
            <see cref="P:Dundas.Charting.WebControl.Annotation.AnchorOffsetY"/> properties may be used to add extra spacing.
            </para>
            <para>
            When using this property make sure the <see cref="P:Dundas.Charting.WebControl.Annotation.AnchorX"/> and <see cref="P:Dundas.Charting.WebControl.Annotation.AnchorY"/> 
            properties are set to <b>Double.NaN</b> (they have precedence).
            </para>
            <para>
            Set this value to <b>null</b> or <b>nothing</b> to disable annotation anchoring to a data point.
            </para>
            </remarks>
        </member>
        <member name="P:Dundas.Charting.WebControl.Annotation.AnchorX">
            <summary>
            Gets or sets the X coordinate the annotation is anchored to.
            <seealso cref="P:Dundas.Charting.WebControl.Annotation.AnchorY"/>
            <seealso cref="P:Dundas.Charting.WebControl.Annotation.AnchorOffsetX"/>
            <seealso cref="P:Dundas.Charting.WebControl.Annotation.AnchorOffsetY"/>
            <seealso cref="P:Dundas.Charting.WebControl.Annotation.AnchorAlignment"/>
            <seealso cref="P:Dundas.Charting.WebControl.Annotation.AnchorDataPoint"/>
            </summary>
            <value>
            A double value that represents the X coordinate an annotation is anchored to.
            </value>
            <remarks>
            The annotation is anchored to the X coordinate specified in relative or axis coordinates, 
            depending on the <see cref="P:Dundas.Charting.WebControl.Annotation.AxisX"/> property value.
            <para>
            To automatically position an annotation relative to an anchor point make sure 
            it's <see cref="P:Dundas.Charting.WebControl.Annotation.X"/> property is set to <b>Double.NaN</b>.
            The <see cref="P:Dundas.Charting.WebControl.Annotation.AnchorAlignment"/> property may be used to change the annotation's 
            automatic position alignment to the anchor point. The <see cref="P:Dundas.Charting.WebControl.Annotation.AnchorOffsetX"/> and 
            <see cref="P:Dundas.Charting.WebControl.Annotation.AnchorOffsetY"/> properties may be used to add extra spacing.
            </para>
            <para>
            This property has a higher priority than the <see cref="P:Dundas.Charting.WebControl.Annotation.AnchorDataPoint"/> property.
            </para>
            <para>
            Set this value to <b>Double.NaN</b> to disable annotation anchoring to the value.
            </para>
            </remarks>
        </member>
        <member name="P:Dundas.Charting.WebControl.Annotation.AnchorY">
            <summary>
            Gets or sets the Y coordinate the annotation is anchored to.
            <seealso cref="P:Dundas.Charting.WebControl.Annotation.AnchorY"/>
            <seealso cref="P:Dundas.Charting.WebControl.Annotation.AnchorOffsetX"/>
            <seealso cref="P:Dundas.Charting.WebControl.Annotation.AnchorOffsetY"/>
            <seealso cref="P:Dundas.Charting.WebControl.Annotation.AnchorAlignment"/>
            <seealso cref="P:Dundas.Charting.WebControl.Annotation.AnchorDataPoint"/>
            </summary>
            <value>
            A double value that represents the Y coordinate an annotation is anchored to.
            </value>
            <remarks>
            The annotation is anchored to the Y coordinate specified in relative or axis coordinates, 
            depending on the <see cref="P:Dundas.Charting.WebControl.Annotation.AxisX"/> property value.
            <para>
            To automatically position an annotation relative to an anchor point make sure 
            it's <see cref="P:Dundas.Charting.WebControl.Annotation.Y"/> property is set to <b>Double.NaN</b>.
            The <see cref="P:Dundas.Charting.WebControl.Annotation.AnchorAlignment"/> property may be used to change the annotation's 
            automatic position alignment to the anchor point. The <see cref="P:Dundas.Charting.WebControl.Annotation.AnchorOffsetX"/> and 
            <see cref="P:Dundas.Charting.WebControl.Annotation.AnchorOffsetY"/> properties may be used to add extra spacing.
            </para>
            <para>
            This property has a higher priority than the <see cref="P:Dundas.Charting.WebControl.Annotation.AnchorDataPoint"/> property.
            </para>
            <para>
            Set this value to <b>Double.NaN</b> to disable annotation anchoring to the value.
            </para>
            </remarks>
        </member>
        <member name="P:Dundas.Charting.WebControl.Annotation.AnchorOffsetX">
            <summary>
            Gets or sets an annotation X position's offset from the anchor point.
            <seealso cref="P:Dundas.Charting.WebControl.Annotation.AnchorOffsetY"/>
            <seealso cref="P:Dundas.Charting.WebControl.Annotation.AnchorDataPoint"/>
            <seealso cref="P:Dundas.Charting.WebControl.Annotation.AnchorX"/>
            <seealso cref="P:Dundas.Charting.WebControl.Annotation.AnchorAlignment"/>
            </summary>
            <value>
            A double value that represents an annotation X position's offset from the anchor point.
            </value>
            <remarks>
            The annotation must be anchored using the <see cref="P:Dundas.Charting.WebControl.Annotation.AnchorDataPoint"/> or 
            <see cref="P:Dundas.Charting.WebControl.Annotation.AnchorX"/> properties, and it's <see cref="P:Dundas.Charting.WebControl.Annotation.X"/> property must be set 
            to <b>Double.NaN</b>.
            </remarks>
        </member>
        <member name="P:Dundas.Charting.WebControl.Annotation.AnchorOffsetY">
            <summary>
            Gets or sets an annotation Y position's offset from the anchor point.
            <seealso cref="P:Dundas.Charting.WebControl.Annotation.AnchorOffsetY"/>
            <seealso cref="P:Dundas.Charting.WebControl.Annotation.AnchorDataPoint"/>
            <seealso cref="P:Dundas.Charting.WebControl.Annotation.AnchorY"/>
            <seealso cref="P:Dundas.Charting.WebControl.Annotation.AnchorAlignment"/>
            </summary>
            <value>
            A double value that represents an annotation Y position's offset from the anchor point.
            </value>
            <remarks>
            The annotation must be anchored using the <see cref="P:Dundas.Charting.WebControl.Annotation.AnchorDataPoint"/> or 
            <see cref="P:Dundas.Charting.WebControl.Annotation.AnchorX"/> properties, and it's <see cref="P:Dundas.Charting.WebControl.Annotation.Y"/> property must be set 
            to <b>Double.NaN</b>.
            </remarks>
        </member>
        <member name="P:Dundas.Charting.WebControl.Annotation.AnchorAlignment">
            <summary>
            Gets or sets an annotation position's alignment to the anchor point.
            <seealso cref="P:Dundas.Charting.WebControl.Annotation.AnchorX"/>
            <seealso cref="P:Dundas.Charting.WebControl.Annotation.AnchorY"/>
            <seealso cref="P:Dundas.Charting.WebControl.Annotation.AnchorDataPoint"/>
            <seealso cref="P:Dundas.Charting.WebControl.Annotation.AnchorOffsetX"/>
            <seealso cref="P:Dundas.Charting.WebControl.Annotation.AnchorOffsetY"/>
            </summary>
            <value>
            A <see cref="T:System.Drawing.ContentAlignment"/> value that represents the annotation's alignment to 
            the anchor point.
            </value>
            <remarks>
            The annotation must be anchored using either <see cref="P:Dundas.Charting.WebControl.Annotation.AnchorDataPoint"/>, or the <see cref="P:Dundas.Charting.WebControl.Annotation.AnchorX"/> 
            and <see cref="P:Dundas.Charting.WebControl.Annotation.AnchorY"/> properties. It's <see cref="P:Dundas.Charting.WebControl.Annotation.X"/> and <see cref="P:Dundas.Charting.WebControl.Annotation.Y"/> 
            properties must be set to <b>Double.NaN</b>.

⌨️ 快捷键说明

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