XY Chart NET 3 Control Reference > Classes > DeltaCrosshairs Class |
DeltaCrosshairs Class consists of the following properties:
Property | Description | Data Type | Default |
Delta1HorizColor | Determines the horizontal delta 1 crosshair color. | Color | Color.Blue |
Delta1HorizCoordsBackcolor | Determines the background color for displaying the horizontal delta 1 crosshair coordinates. | Color | Color.Yellow |
Delta1HorizCoordsVisible | Determines whether or not the horizontal delta 1 crosshair coordinates are displayed along the y axis. | Boolean | True |
Delta1HorizWidth | Determines the width for the horizontal delta 1 crosshair. | Enumerated type consisting of the following options:
|
woTwoPoint |
Delta1VertColor | Determines the vertical delta 1 crosshair color. | Color | Color.Blue |
Delta1VertCoordsBackcolor | Determines the background color for displaying the vertical delta 1 crosshair coordinates. | Color | Color.Yellow |
Delta1VertCoordsVisible | Determines whether or not the vertical delta 1 crosshair coordinates are displayed along the x axis. | Boolean | True |
Delta1VertWidth | Determines the width for the vertical delta 1 crosshair. | Enumerated type consisting of the following options:
|
woTwoPoint |
Delta2HorizColor | Determines the horizontal delta 2 crosshair color. | Color | Color.Green |
Delta2HorizCoordsBackcolor | Determines the background color for displaying the horizontal delta 2 crosshair coordinates. | Color | Color.Yellow |
Delta2HorizCoordsVisible | Determines whether or not the horizontal delta 2 crosshair coordinates are displayed along the y axis. | Boolean | True |
Delta2HorizWidth | Determines the width for the horizontal delta 2 crosshair. | Enumerated type consisting of the following options:
|
woTwoPoint |
Delta2VertColor | Determines the vertical delta 2 crosshair color. | Color | Color.Green |
Delta2VertCoordsBackcolor | Determines the background color for displaying the vertical delta 2 crosshair coordinates. | Color | Color.Yellow |
Delta2VertCoordsVisible | Determines whether or not the vertical delta 2 crosshair coordinates are displayed along the x axis. | Boolean | True |
Delta2VertWidth | Determines the width for the vertical delta 2 crosshair. | Enumerated type consisting of the following options:
|
woTwoPoint |
DeltaHorizTextBackcolor | Determines the background color for the display box containing the delta values for the horizontal crosshairs. | Color | Color.LightBlue |
DeltaHorizTextBorderColor | Determines the border color for the display box containing the delta values for the horizontal crosshairs, as well as the color for the connection lines. | Color | Color.Red |
DeltaHorizTextBorderWidth | Determines the width for the display box containing the delta values for the horizontal crosshairs, as well as the width for the connection lines. | Enumerated type consisting of the following options:
|
woOnePoint |
DeltaHorizTextColor | Determines the color used to display the delta values in the display box for the horizontal crosshairs. | Color | Color.Black |
DeltaHorizTextFont | Determines the font characteristics for the delta values in the display box for the horizontal crosshairs. | Font | Arial, 8pt |
DeltaHorizTextPosition | Determines how the delta display box will be positioned with respect to the horizontal crosshairs. | Enumerated type consisting of the following options:
|
Centered |
DeltaHorizTextVisible | Determines whether or not the delta values are displayed for the horizontal crosshairs. | Boolean | True |
DeltaVertTextBackcolor | Determines the background color for the display box containing the delta values for the vertical crosshairs. | Color | Color.LightBlue |
DeltaVertTextBorderColor | Determines the border color for the display box containing the delta values for the vertical crosshairs, as well as the color for the connection lines. | Color | Color.Red |
DeltaVertTextBorderWidth | Determines the width for the display box containing the delta values for the vertical crosshairs, as well as the width for the connection lines. | Enumerated type consisting of the following options:
|
woOnePoint |
DeltaVertTextColor | Determines the color used to display the delta values in the display box for the vertical crosshairs. | Color | Color.Black |
DeltaVertTextFont | Determines the font characteristics for the delta values in the display box for the vertical crosshairs. | Font | Arial, 8pt |
DeltaVertTextPosition | Determines how the delta display box will be positioned with respect to the vertical crosshairs. | Enumerated type consisting of the following options:
|
Centered |
DeltaVertTextVisible | Determines whether or not the delta values are displayed for the vertical crosshairs. | Boolean | True |
HorizontalVisible | Determines whether or not the horizontal crosshairs are visible on the plot when the Delta Crosshairs Toolbar button is selected, or when the Delta Crosshairs mode is enabled via the SetDeltaCrosshairsMode method. | Boolean | True |
VerticalVisible | Determines whether or not the vertical crosshairs are visible on the plot when the Delta Crosshairs Toolbar button is selected, or when the Delta Crosshairs mode is enabled via the SetDeltaCrosshairsMode method. | Boolean | True |