IgniteUI / igniteui-blazor

Ignite UI for Blazor component library packs 35+ native Blazor UI Controls with 60+ high-performance Charts designed for any Blazor WASM or Server-side app scenario.
https://www.infragistics.com/products/ignite-ui-blazor
3 stars 3 forks source link

IgbCategoryChart hides both Y Axis Label as well as Title #82

Open dheerajawale-svg opened 1 year ago

dheerajawale-svg commented 1 year ago

Description

IgbCategoryChart hides both Y Axis Label & Title when I only set YAxisLabelVisibility to Collapsed.

Steps to reproduce

  1. Just Use IgbCategoryChart with some data and
  2. Set YAxisTitle="TitleTest1" & YAxisLabelVisibility="Visibility.Collapsed"

Result

Hides both Y Axis - Label as well as Title

Expected result

Should only Hide Label and NOT Title

Attachments

Attach a sample if available, and screenshots, if applicable. image