Project

ChartForgeX

Render deterministic charts, dashboards, topology, hierarchy, and report visuals directly from .NET.

Stars 45
Forks 2
NuGet downloads 48,107
Release ChartForgeX-v1.7.0
Language: HTML Updated: 2026-09-02

API Reference

Class

ChartGridLineStyle

Namespace ChartForgeX.Core

Defines reusable visual tokens for cartesian grid and guide lines.

Inheritance

  • Object
  • ChartGridLineStyle

Usage

This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.

Accepted by parameters

Methods

Clone() #

Creates a copy that can be safely reused and customized.

DashboardVerticalGuides() #

Creates a dashboard guide style with vertical dashed category guides.

Default() #

Creates the default cartesian grid style.

WithDash(System.Double arg1, System.Double arg2) #

Sets the dash and gap lengths. Use zero dash for solid lines.

Parameters

arg1 System.Double required
arg2 System.Double required
WithHorizontalLines(System.Boolean arg1) #

Sets whether horizontal value grid lines are drawn.

Parameters

arg1 System.Boolean required
WithHorizontalOpacity(System.Double arg1) #

Sets horizontal grid line opacity.

Parameters

arg1 System.Double required
WithStrokeWidth(System.Double arg1) #

Sets grid line stroke width.

Parameters

arg1 System.Double required
WithVerticalLines(System.Boolean arg1) #

Sets whether vertical category grid lines are drawn.

Parameters

arg1 System.Boolean required
WithVerticalOpacity(System.Double arg1) #

Sets vertical grid line opacity.

Parameters

arg1 System.Double required

Properties

ShowHorizontalLines #

Gets or sets whether horizontal value grid lines are drawn.

ShowVerticalLines #

Gets or sets whether vertical category grid lines are drawn.

HorizontalOpacity #

Gets or sets horizontal grid line opacity.

VerticalOpacity #

Gets or sets vertical grid line opacity.

StrokeWidth #

Gets or sets grid line stroke width.

Dash #

Gets or sets the dash length. Zero renders solid lines.

Gap #

Gets or sets the dash gap length.